mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-11 13:13:44 +08:00
重构更新
This commit is contained in:
8
public/nginx.htaccess
Normal file
8
public/nginx.htaccess
Normal file
@@ -0,0 +1,8 @@
|
||||
location ~* (runtime|application)/{
|
||||
return 403;
|
||||
}
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user