update
This commit is contained in:
parent
c50569d73e
commit
a624163120
27 changed files with 215 additions and 6 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# Keep this as an opt-in long-request profile instead of raising timeouts in
|
||||
# forwarded.conf for every proxy location.
|
||||
proxy_connect_timeout 300;
|
||||
proxy_send_timeout 300;
|
||||
proxy_read_timeout 300;
|
||||
send_timeout 300;
|
||||
|
||||
# send_timeout covers the downstream client socket too, so long-lived responses
|
||||
# do not inherit a shorter default than the upstream leg.
|
||||
send_timeout 300;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue