From 2290456e2b7a663a26953afcddbba63f89c21aa9 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Fri, 13 Oct 2023 18:01:31 -0300 Subject: [PATCH] debug: Sigil with buffering off --- nginx.conf.sigil | 3 +++ 1 file changed, 3 insertions(+) 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 }}