Nginx-Configurations/snippets/proxy/proxy-settings.conf

6 lines
126 B
Text
Raw Permalink Normal View History

2024-11-04 13:52:16 -06:00
# Settings for proxy connections
proxy_read_timeout 90;
proxy_redirect off;
proxy_buffering off;
proxy_request_buffering off;