修改配置文件

This commit is contained in:
陈俊宏 2024-07-02 15:04:09 +08:00
parent 7b7504a7c9
commit 0fe828c2e6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
location / {
#1111
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;