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