修改配置文件
This commit is contained in:
parent
a1dfb859b8
commit
9b8d13460f
|
@ -1,6 +1,3 @@
|
|||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||
}
|
Loading…
Reference in New Issue