mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
13 lines
187 B
Bash
13 lines
187 B
Bash
#!/bin/bash
|
|
dir_shell=/ql/shell
|
|
. $dir_shell/share.sh
|
|
. $dir_shell/env.sh
|
|
|
|
import_config "$@"
|
|
make_dir /etc/nginx/conf.d
|
|
make_dir /run/nginx
|
|
init_nginx
|
|
fix_config
|
|
|
|
nginx -g "daemon off;"
|