mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
fix nginx can not run without /run/nginx (#944)
alpine3.12 和 alpine3.14 兼容性问题
This commit is contained in:
parent
fa018b84a7
commit
5a6d3739d4
|
@ -6,6 +6,7 @@ link_shell
|
|||
|
||||
echo -e "======================1. 检测配置文件========================\n"
|
||||
make_dir /etc/nginx/conf.d
|
||||
make_dir /run/nginx
|
||||
cp -fv $nginx_conf /etc/nginx/nginx.conf
|
||||
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
|
||||
pm2 l &>/dev/null
|
||||
|
|
Loading…
Reference in New Issue
Block a user