chomp/scripts/run-nginx.sh

7 lines
170 B
Bash
Raw Normal View History

2020-04-27 00:13:10 +00:00
#!/bin/bash
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"