Delete nginx伪静态.txt

This commit is contained in:
LoveesYe
2022-07-26 22:49:55 +02:00
committed by GitHub
parent bee3f1a074
commit 9565b60a4b

View File

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