mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
Merge pull request #614 from tcely/patch-4
Make better use of CPU cache with nginx
This commit is contained in:
commit
ee5f611592
@ -2,6 +2,7 @@ daemon off;
|
|||||||
|
|
||||||
user app;
|
user app;
|
||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
|
worker_cpu_affinity auto;
|
||||||
pid /run/nginx.pid;
|
pid /run/nginx.pid;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
|
Loading…
Reference in New Issue
Block a user