Skip to content

Commit 8264944

Browse files
committed
Default values in README
1 parent d2a6f4b commit 8264944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ nginx_http_template:
365365
locations:
366366
backend:
367367
location: /
368-
proxy_connect_timeout: 300
368+
proxy_connect_timeout: null
369369
proxy_pass: http://backend
370-
proxy_read_timeout: 300
370+
proxy_read_timeout: null
371371
proxy_ssl:
372372
cert: /etc/ssl/certs/proxy_default.crt
373373
key: /etc/ssl/private/proxy_default.key

0 commit comments

Comments
 (0)