Browse Source

[nginx] No need to go nuts with nginx workers

Colin Powell 3 năm trước cách đây
mục cha
commit
c7c503c48d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }