Explorar o código

Fix pid path in Nginx configuration

Emmanuel Bouthenot %!s(int64=5) %!d(string=hai) anos
pai
achega
e34b9eb0b2
Modificáronse 1 ficheiros con 1 adicións e 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 ###