mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-20 12:06:35 +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;
|
||||
worker_processes auto;
|
||||
worker_cpu_affinity auto;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
events {
|
||||
|
Loading…
Reference in New Issue
Block a user