Skip to content

Commit cdb3003

Browse files
authored
Merge pull request #4 from sdelements/fix/increase_timeouts_5minutes
Increase time outs to 5 minutes
2 parents c9e0436 + 8c12817 commit cdb3003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom-nginx.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# make requests with large bodies.
33
client_max_body_size 1024m;
44

5-
# Increase proxy timeouts
6-
proxy_connect_timeout 90;
7-
proxy_send_timeout 90;
8-
proxy_read_timeout 90;
5+
# Increase proxy timeouts to 5 minutes
6+
proxy_connect_timeout 300;
7+
proxy_send_timeout 300;
8+
proxy_read_timeout 300;

0 commit comments

Comments
 (0)