mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修改Cookie管理刷新逻辑
This commit is contained in:
@@ -27,11 +27,7 @@ if [ ! -s ${JD_DIR}/config/auth.json ]; then
|
||||
echo
|
||||
fi
|
||||
|
||||
if [ ! -s /etc/nginx/conf.d/front.conf ]
|
||||
then
|
||||
echo -e "检测到nginx配置不存在...\n"
|
||||
cp -fv ${JD_DIR}/docker/front.conf /etc/nginx/conf.d/front.conf
|
||||
fi
|
||||
cp -fv ${JD_DIR}/docker/front.conf /etc/nginx/conf.d/front.conf
|
||||
|
||||
echo -e "======================2. 启动nginx========================\n"
|
||||
nginx -c /etc/nginx/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user