Sfoglia il codice sorgente

[nginx] No need to go nuts with nginx workers

Colin Powell 3 anni fa
parent
commit
c7c503c48d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 }