Merge pull request #614 from tcely/patch-4

Make better use of CPU cache with nginx
This commit is contained in:
meeb 2025-01-10 02:19:49 +11:00 committed by GitHub
commit ee5f611592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@ daemon off;
user app;
worker_processes auto;
worker_cpu_affinity auto;
pid /run/nginx.pid;
events {