Skip to content

Commit 7ac22a7

Browse files
committed
Start Nginx process by exec command
1 parent d49b6e0 commit 7ac22a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sed \
2727
-e "s|##PROXY_PASS##|$PROXY_PASS|g" \
2828
nginx.conf.tmpl > /etc/nginx/nginx.conf
2929

30-
nginx -g "daemon off;"
30+
exec nginx -g "daemon off;"

0 commit comments

Comments
 (0)