Exec nginx as PID 1

This commit is contained in:
Manuel Gutierrez
2020-02-03 16:38:22 +01:00
parent 6412cb90f9
commit 6afb9d0779

View File

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