修改配置文件

This commit is contained in:
陈俊宏 2024-07-02 15:39:03 +08:00
parent 33ac763000
commit 20b7842795
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
if (!-e $request_filename) {
location ~ /(front|oauth|agreement|order) {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}