mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
multi_accept
This commit is contained in:
@@ -9,7 +9,7 @@ error_log /data/nginx/logs/nginx-error.log warn;
|
||||
|
||||
events {
|
||||
worker_connections 40000;
|
||||
multi_accept on;
|
||||
multi_accept off; # very important, otherwise one worker might get all the connections
|
||||
}
|
||||
|
||||
http {
|
||||
|
||||
@@ -11,7 +11,7 @@ error_log /data/nginx/logs/nginx-error.log warn;
|
||||
|
||||
events {
|
||||
worker_connections 40000;
|
||||
multi_accept on;
|
||||
multi_accept off; # very important, otherwise one worker might get all the connections
|
||||
}
|
||||
|
||||
http {
|
||||
|
||||
Reference in New Issue
Block a user