Browse Source

Add files via upload

main
LoveesYe 3 years ago committed by GitHub
parent
commit
890016ca37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      web/nginx伪静态.txt

5
web/nginx伪静态.txt

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php/$1 last; break;
}
}
Loading…
Cancel
Save