Add files via upload
This commit is contained in:
parent
cdfc99260e
commit
890016ca37
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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user