set keepalive_requests to match nginx mainline
This commit is contained in:
@@ -17,6 +17,7 @@ http {
|
|||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
keepalive_requests 1000;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
types_hash_max_size 4096;
|
types_hash_max_size 4096;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
|||||||
Reference in New Issue
Block a user