|
|
@@ -17,13 +17,13 @@ http {
|
|
|
sendfile on;
|
|
|
tcp_nopush on;
|
|
|
tcp_nodelay on;
|
|
|
- client_header_timeout 600s;
|
|
|
- client_body_timeout 600s;
|
|
|
+ client_header_timeout 180s;
|
|
|
+ client_body_timeout 180s;
|
|
|
client_header_buffer_size 2k;
|
|
|
client_body_buffer_size 256k;
|
|
|
client_max_body_size 256m;
|
|
|
large_client_header_buffers 4 8k;
|
|
|
- send_timeout 600s;
|
|
|
+ send_timeout 60s;
|
|
|
keepalive_timeout 30s;
|
|
|
keepalive_requests 100000;
|
|
|
reset_timedout_connection on;
|