debug: Sigil with buffering off
This commit is contained in:
@@ -50,6 +50,9 @@ server {
|
|||||||
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
|
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
|
||||||
{{ $proxy_settings }}
|
{{ $proxy_settings }}
|
||||||
{{ $gzip_settings }}
|
{{ $gzip_settings }}
|
||||||
|
proxy_buffering off;
|
||||||
|
proxy_cache off;
|
||||||
|
proxy_read_timeout 36000s;
|
||||||
{{ $cors_headers_options }}
|
{{ $cors_headers_options }}
|
||||||
{{ $cors_headers_post }}
|
{{ $cors_headers_post }}
|
||||||
{{ $cors_headers_get }}
|
{{ $cors_headers_get }}
|
||||||
|
|||||||
Reference in New Issue
Block a user