Commit 83633c6e by wutong

新增proxy_request_buffering off;

parent 80b38ab7
...@@ -21,6 +21,7 @@ http { ...@@ -21,6 +21,7 @@ http {
proxy_buffers 512 256k; proxy_buffers 512 256k;
proxy_busy_buffers_size 256k; proxy_busy_buffers_size 256k;
proxy_temp_file_write_size 256k; proxy_temp_file_write_size 256k;
proxy_request_buffering off;
sendfile on; sendfile on;
keepalive_timeout 25m; keepalive_timeout 25m;
gzip on; gzip on;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment