debug: Sigil with buffering off

This commit is contained in:
Stepan Vladovskiy 2023-10-13 18:01:31 -03:00
parent c820970d0b
commit 2290456e2b

View File

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