This commit is contained in:
Dallas Lu 2026-06-09 14:41:15 +08:00
parent c50569d73e
commit a624163120
No known key found for this signature in database
27 changed files with 215 additions and 6 deletions

View file

@ -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;