Commit c63406e0 by wutong

调整proxy_read_timeout时长

parent 323095a6
......@@ -16,7 +16,7 @@ http {
fastcgi_read_timeout 3m;
proxy_connect_timeout 500;
proxy_send_timeout 500;
proxy_read_timeout 600;
proxy_read_timeout 25m;
proxy_buffer_size 128k;
proxy_buffers 256 128k;
proxy_busy_buffers_size 128k;
......
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