This commit is contained in:
Alone
2024-04-26 08:50:11 +08:00
parent b1285db2ae
commit 58ec3ada76
5 changed files with 165 additions and 29 deletions
+10
View File
@@ -35,6 +35,16 @@
该操作用时很长,请设置最大值86400
宝塔设置教程 https://www.kancloud.cn/loveouu/bthelp/1541867
2、nginx 404 Not Found 伪静态设置
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
## 后台管理截图
1、一键转存他人链接:就是将别人的分享链接转为你自己的