فهرست منبع

[nginx] No need to go nuts with nginx workers

Colin Powell 3 سال پیش
والد
کامیت
c7c503c48d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ansible/roles/nginx/templates/nginx.conf.j2

+ 1 - 1
ansible/roles/nginx/templates/nginx.conf.j2

@@ -1,4 +1,4 @@
-worker_processes auto;
+worker_processes 2;
 events {
     worker_connections  1024;
 }