From 92e645ac04f2625dff3b864be7ee72d29d8e9df7 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: May 18 2021 22:10:47 +0000 Subject: move nginx pid file to /etc/packages --- diff --git a/container/nginx.conf b/container/nginx.conf index 9155673..8c0ba05 100644 --- a/container/nginx.conf +++ b/container/nginx.conf @@ -1,7 +1,7 @@ user nginx; worker_processes auto; error_log stderr; -pid /run/nginx.pid; +pid /etc/packages/nginx.pid; daemon off; # Load dynamic modules. See /usr/share/doc/nginx/README.dynamic.