Explorar el Código

Fix pid path in Nginx configuration

Emmanuel Bouthenot hace 5 años
padre
commit
e34b9eb0b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/webserver/templates/nginx/nginx.conf.j2

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

@@ -31,7 +31,7 @@ worker_connections 4096;
 }
 
 # PID file
-pid /var/run/nginx.pid;
+pid /run/nginx.pid;
 
 http {
     ### Global settings ###