From 9e9954ef2dd04da3be7692572a174fc37e243679 Mon Sep 17 00:00:00 2001 From: Derkades Date: Fri, 14 Aug 2020 16:46:38 +0200 Subject: [PATCH] fix fancy url support --- nginx_web/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_web/nginx.conf b/nginx_web/nginx.conf index b708da8..410b6ae 100644 --- a/nginx_web/nginx.conf +++ b/nginx_web/nginx.conf @@ -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 {