automatically select "use" event

This commit is contained in:
Zoey
2024-02-12 00:50:10 +01:00
parent 02e55320d0
commit e666935cd9
3 changed files with 2 additions and 7 deletions

View File

@@ -9,8 +9,6 @@ worker_cpu_affinity auto;
include /data/nginx/custom/root.conf;
events {
use epoll;
# Custom
include /data/nginx/custom/events.conf;
}