Skip to content

Commit c7c6727

Browse files
committed
Fix nginx parameters
1 parent 271bfe9 commit c7c6727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/helm/templates/nginx.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ data:
4646
proxy_set_header Host $host;
4747
proxy_redirect off;
4848
49-
proxy_read_timeout 120;
50-
proxy_send_timeout 120;
51-
proxy_connect_timeout 120;
49+
proxy_read_timeout 120s;
50+
proxy_send_timeout 120s;
51+
proxy_connect_timeout 120s;
5252
}
5353
5454
error_page 500 502 503 504 /error/;

0 commit comments

Comments
 (0)