修改配置文件
This commit is contained in:
parent
7b7504a7c9
commit
0fe828c2e6
|
@ -1,4 +1,5 @@
|
||||||
location / {
|
location / {
|
||||||
|
#1111
|
||||||
if (!-e $request_filename) {
|
if (!-e $request_filename) {
|
||||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue