cull conf and ad correct startup

This commit is contained in:
11notes
2022-11-03 14:30:56 +01:00
parent 626cd7a568
commit 86f59aebd5
4 changed files with 33 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
if [ -z "$1" ]; then
set -- "nginx" \
-g \
daemon off
'daemon off;'
fi
exec "$@"