reduce keepalive requests

This commit is contained in:
Daniel Micay 2022-09-24 11:48:15 -04:00
parent e57765c650
commit 511be885bf

View File

@ -19,6 +19,7 @@ http {
sendfile on;
sendfile_max_chunk 512k;
tcp_nopush on;
keepalive_requests 256;
keepalive_timeout 3m;
server_tokens off;
msie_padding off;