Skip to content

Commit 485fb39

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
fix(router): update send_timeout from rebase error
1 parent 23e1f61 commit 485fb39

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 30s;
54+
proxy_send_timeout 1200s;
5555
proxy_read_timeout 1200s;
5656

5757
proxy_pass http://deis-controller;

0 commit comments

Comments
 (0)