diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-10 17:33:29 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-10 17:33:29 -0400 |
| commit | 0dbca6bc754a1d3f0d5d0497c0980be05985c625 (patch) | |
| tree | fadf846bf4873d8e9d9d0257a2a8883823f6f890 /nginx | |
| parent | df6221d42b1d2f7e32b4728c17ff718c57029c30 (diff) | |
nginx: reset timed out HTTP(S) connections
Diffstat (limited to 'nginx')
| -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; |
