mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-30 04:46:13 +08:00
13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
#!/command/execlineb -P
|
|
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;"
|