Fixed failing Nginx by chosing an existing location for the pid file
This commit is contained in:
parent
33a48c1762
commit
894d45fa43
@ -1,4 +1,5 @@
|
||||
worker_processes 1;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user