Exec nginx as PID 1

This commit is contained in:
Manuel Gutierrez
2020-02-03 16:38:22 +01:00
parent 82bb977b9c
commit 159aaf43ac

View File

@@ -75,4 +75,4 @@ server {
}
EOF
nginx -g 'daemon off;'
exec nginx -g 'daemon off;'