debug: Sigil with buffering off
This commit is contained in:
parent
c820970d0b
commit
2290456e2b
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user