fix fancy url support
This commit is contained in:
parent
8bdfbe58ae
commit
9e9954ef2d
@ -28,7 +28,7 @@ http {
|
||||
root /data;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
try_files $uri $uri/ /index.php?route=$uri&$args;
|
||||
}
|
||||
|
||||
location = /robots.txt {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user