diff --git a/scripts/run-nginx b/scripts/run-nginx index e35b884..5929fd5 100755 --- a/scripts/run-nginx +++ b/scripts/run-nginx @@ -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"