Fixed failing Nginx by chosing an existing location for the pid file

This commit is contained in:
Tim de Pater 2016-07-28 22:02:52 +02:00
parent 33a48c1762
commit 894d45fa43

View File

@ -1,4 +1,5 @@
worker_processes 1;
pid /run/nginx.pid;
events {
worker_connections 1024;