This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-07-09 11:58:55 +00:00
|
|
|
# ----------------------------------------------------------------
|
|
|
|
# this file should be included on all locations that proxy_pass to
|
|
|
|
# another nginx location - internal nginx traffic
|
|
|
|
# ----------------------------------------------------------------
|
|
|
|
|
|
|
|
# increase the timeout on internal nginx proxy_pass locations to a
|
|
|
|
# value that is significantly higher than expected and let the end
|
|
|
|
# location handle correct timeout
|
|
|
|
proxy_read_timeout 30m;
|
2021-07-09 12:45:46 +00:00
|
|
|
proxy_send_timeout 30m;
|