diff options
| -rw-r--r-- | nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 4745b3b6..fdfe6910 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -36,6 +36,7 @@ http { large_client_header_buffers 2 1k; http2_chunk_size 4k; + reset_timedout_connection on; client_body_timeout 15s; client_header_timeout 15s; send_timeout 30s; |
