更新结构

This commit is contained in:
2025-04-24 11:55:12 +08:00
parent 8444433e5b
commit 9a51adf2e8
178 changed files with 2115 additions and 13484 deletions
+8
View File
@@ -0,0 +1,8 @@
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}