set keepalive_requests to match nginx mainline

This commit is contained in:
Daniel Micay 2021-04-16 23:56:39 -04:00
parent 6aeda1a29e
commit c812d96b51

View File

@ -17,6 +17,7 @@ http {
sendfile on;
tcp_nopush on;
keepalive_requests 1000;
keepalive_timeout 65;
types_hash_max_size 4096;
server_tokens off;