修改Cookie管理刷新逻辑

This commit is contained in:
whyour
2021-03-18 23:19:25 +08:00
parent 041479443e
commit b2c22327f9
4 changed files with 68 additions and 707 deletions
+1 -5
View File
@@ -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