mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-12-27 09:55:58 +08:00
删除文件 public
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
location ~* (runtime|application)/{
|
||||
return 403;
|
||||
}
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user