修改配置文件

This commit is contained in:
陈俊宏 2024-07-02 15:31:08 +08:00
parent a1dfb859b8
commit 9b8d13460f
1 changed files with 3 additions and 6 deletions

View File

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