fix pidfile path

This commit is contained in:
Robert Kaussow 2018-12-01 23:23:43 +01:00
parent 0c0ae8bdd2
commit 288d272953
1 changed files with 1 additions and 1 deletions

View File

@ -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 }};