mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-22 20:09:27 +08:00
Remove use epoll
Nginx automatically selects most efficient method. When you say `use epoll`, you make your configs workable only on Linux servers, no *BSD or Windows.
This commit is contained in:
@@ -6,7 +6,6 @@ worker_rlimit_nofile 409600;
|
|||||||
events {
|
events {
|
||||||
worker_connections 4096;
|
worker_connections 4096;
|
||||||
multi_accept on;
|
multi_accept on;
|
||||||
use epoll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
Reference in New Issue
Block a user