|
@@ -6,7 +6,7 @@ daemon off;
|
|
|
|
|
|
events {
|
|
events {
|
|
worker_connections 16384;
|
|
worker_connections 16384;
|
|
- multi_accept on;
|
|
|
|
|
|
+ multi_accept off;
|
|
}
|
|
}
|
|
|
|
|
|
http {
|
|
http {
|
|
@@ -17,7 +17,7 @@ http {
|
|
sendfile on;
|
|
sendfile on;
|
|
tcp_nopush on;
|
|
tcp_nopush on;
|
|
tcp_nodelay on;
|
|
tcp_nodelay on;
|
|
- keepalive_timeout 65;
|
|
|
|
|
|
+ keepalive_timeout 65s;
|
|
|
|
|
|
open_file_cache max=2000 inactive=20s;
|
|
open_file_cache max=2000 inactive=20s;
|
|
open_file_cache_valid 60s;
|
|
open_file_cache_valid 60s;
|