diff --git a/nginx.conf.sigil b/nginx.conf.sigil index e17e8e6..14d4666 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -50,6 +50,9 @@ server { proxy_pass http://{{ $.APP }}-{{ $upstream_port }}; {{ $proxy_settings }} {{ $gzip_settings }} + proxy_buffering off; + proxy_cache off; + proxy_read_timeout 36000s; {{ $cors_headers_options }} {{ $cors_headers_post }} {{ $cors_headers_get }}