Browse Source

Delete nginx伪静态.txt

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

5
web/nginx伪静态.txt

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