fix pidfile path
This commit is contained in:
parent
0c0ae8bdd2
commit
288d272953
@ -3,7 +3,7 @@
|
||||
user {{ nginx_user }} {{ nginx_group }};
|
||||
worker_processes {{ nginx_worker_processes }};
|
||||
|
||||
pid /run/nginx.pid;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections {{ nginx_worker_connections }};
|
||||
|
Loading…
Reference in New Issue
Block a user