This commit is contained in:
xenia 2020-04-27 01:45:42 -04:00
parent c932974174
commit bbe4d82c64
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
PARENT_DIR="$(dirname $THIS_DIR)"
nginx -c "$THIS_DIR/nginx.conf" -p "$PARENT_DIR"
exec nginx -c "$THIS_DIR/nginx.conf" -p "$PARENT_DIR"