This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
secstate
/
homelab
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
[nginx] No need to go nuts with nginx workers
Colin Powell
hace 3 años
padre
7212c8872d
commit
c7c503c48d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
ansible/roles/nginx/templates/nginx.conf.j2
+ 1
- 1
ansible/roles/nginx/templates/nginx.conf.j2
Ver fichero
@@ -1,4 +1,4 @@
-worker_processes
auto
;
+worker_processes
2
;
events {
worker_connections 1024;
}