This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
secstate
/
homelab
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
[nginx] No need to go nuts with nginx workers
Colin Powell
3 anni fa
parent
7212c8872d
commit
c7c503c48d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
ansible/roles/nginx/templates/nginx.conf.j2
+ 1
- 1
ansible/roles/nginx/templates/nginx.conf.j2
Vedi File
@@ -1,4 +1,4 @@
-worker_processes
auto
;
+worker_processes
2
;
events {
worker_connections 1024;
}