From 894d45fa43b585293c06f0f02640f55681e133fd Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Thu, 28 Jul 2016 22:02:52 +0200 Subject: [PATCH] Fixed failing Nginx by chosing an existing location for the pid file --- config/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nginx.conf b/config/nginx.conf index 4e67703..e059118 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,4 +1,5 @@ worker_processes 1; +pid /run/nginx.pid; events { worker_connections 1024;