Skip to content

Commit 3182ac8

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
fix(router): bump read timeout to 10min for docker build
1 parent e7c18a1 commit 3182ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/templates/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http {
5151
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
5252
proxy_redirect off;
5353
proxy_connect_timeout 10s;
54-
proxy_send_timeout 1200s;
54+
proxy_send_timeout 30s;
5555
proxy_read_timeout 1200s;
5656

5757
proxy_pass http://deis-controller;

0 commit comments

Comments
 (0)