Skip to content

Commit 4e258ca

Browse files
authored
Merge pull request dtan4#7 from dtan4/exec-nginx
Start Nginx process by exec command
2 parents d49b6e0 + 7ac22a7 commit 4e258ca

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)