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
+4 -4
View File
@@ -1,8 +1,8 @@
location ~* (runtime|application)/{
return 403;
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}