Kaynağa Gözat

Fix pid path in Nginx configuration

Emmanuel Bouthenot 5 yıl önce
ebeveyn
işleme
e34b9eb0b2

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

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