Add files via upload
This commit is contained in:
5
web/nginx伪静态.txt
Normal file
5
web/nginx伪静态.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^(.*)$ /index.php/$1 last; break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user