Maybe don't disable proxy buffering

This commit is contained in:
Michael Sofaer and Raphael Sofaer 2010-11-26 12:19:17 -05:00
parent 63a7496c8b
commit 8636f5d1d9

View file

@ -72,7 +72,6 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_buffering off;
client_max_body_size 4M;
client_body_buffer_size 128K;