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

migrate-github-actions
Tim de Pater 2016-07-28 22:02:52 +02:00
parent 33a48c1762
commit 894d45fa43
1 changed files with 1 additions and 0 deletions

View File

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