Skip to content
Snippets Groups Projects
Commit d56772c8 authored by feld's avatar feld
Browse files

proxy buffering still needs to be off

parent 48c4f88f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment