更新
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
宝塔设置教程 https://www.kancloud.cn/loveouu/bthelp/1541867
|
宝塔设置教程 https://www.kancloud.cn/loveouu/bthelp/1541867
|
||||||
|
|
||||||
2、nginx 404 Not Found 伪静态设置
|
2、nginx 404 Not Found 伪静态设置
|
||||||
|
```shell
|
||||||
location ~* (runtime|application)/{
|
location ~* (runtime|application)/{
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
@@ -44,6 +45,8 @@ location / {
|
|||||||
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 后台管理截图
|
## 后台管理截图
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user