前端应用文章模块并显示
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user