proxy buffering still needs to be off

This commit is contained in:
Mark Felder 2018-12-12 17:36:00 +00:00
parent 48c4f88ffd
commit d56772c813
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ server {
proxy_cache_valid 200 206 301 304 1h;
proxy_cache_lock on;
proxy_ignore_client_abort on;
proxy_buffering off;
chunked_transfer_encoding on;
proxy_pass http://localhost:4000;
}