Skip to content

Commit 8c082a2

Browse files
committed
extend timeouts
1 parent b160fde commit 8c082a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

templates/default.nginx_http.shared.conf.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error_page 404 /index.html;
22

3-
proxy_connect_timeout 600;
4-
proxy_send_timeout 600;
5-
proxy_read_timeout 600;
6-
send_timeout 600;
3+
proxy_connect_timeout 1200;
4+
proxy_send_timeout 1200;
5+
proxy_read_timeout 1200;
6+
send_timeout 1200;
77

88
proxy_set_header Host $host;
99
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)