Delete nginx伪静态.txt

This commit is contained in:
LoveesYe 2022-07-26 22:49:55 +02:00 committed by GitHub
parent bee3f1a074
commit 9565b60a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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