Skip to content

Commit

Permalink
nginx: reset timed out HTTP(S) connections
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Apr 10, 2024
1 parent 523b8db commit dc4443a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc4443a

Please sign in to comment.