mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复entrypoint启动nginx配置
This commit is contained in:
parent
c01ec828e2
commit
bd1ca7e975
|
@ -6,7 +6,8 @@ dir_shell=/ql/shell
|
||||||
link_shell
|
link_shell
|
||||||
echo -e "======================1. 检测配置文件========================\n"
|
echo -e "======================1. 检测配置文件========================\n"
|
||||||
fix_config
|
fix_config
|
||||||
cp -fv $dir_root/docker/front.conf /etc/nginx/conf.d/front.conf
|
cp -fv $nginx_conf /etc/nginx/nginx.conf
|
||||||
|
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
|
||||||
pm2 l >/dev/null 2>&1
|
pm2 l >/dev/null 2>&1
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
dir_shell=/ql/shell
|
dir_shell=/ql/shell
|
||||||
. $dir_shell/share.sh
|
. $dir_shell/share.sh
|
||||||
. $dir_shell/api.sh
|
. $dir_shell/api.sh
|
||||||
get_token
|
|
||||||
|
|
||||||
reset_env() {
|
reset_env() {
|
||||||
echo -e "---> 1. 开始检测配置文件\n"
|
echo -e "---> 1. 开始检测配置文件\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user