fix fancy url support

This commit is contained in:
Derkades 2020-08-14 16:46:38 +02:00
parent 8bdfbe58ae
commit 9e9954ef2d

View File

@ -28,7 +28,7 @@ http {
root /data; root /data;
location / { location / {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?route=$uri&$args;
} }
location = /robots.txt { location = /robots.txt {