删除文件 public

This commit is contained in:
技术老胡
2024-10-19 01:54:06 +00:00
committed by Gitee
parent d3295c4a6d
commit f2ba8400e9
788 changed files with 0 additions and 321235 deletions

View File

@@ -1,8 +0,0 @@
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}