Delete nginx伪静态.txt
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
location / {
|
|
||||||
if (!-e $request_filename){
|
|
||||||
rewrite ^(.*)$ /index.php/$1 last; break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user