增加用户沟通
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
location ~* (runtime|application)/{
|
||||
return 403;
|
||||
}
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
||||
}
|
||||
}12
|
||||
}
|
||||
Reference in New Issue
Block a user