From 28faecbc246d85507781e62073f93b32b967f052 Mon Sep 17 00:00:00 2001 From: Angristan Date: Tue, 14 Aug 2018 21:54:43 +0200 Subject: [PATCH] Fix Nginx config --- contrib/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nginx.conf b/contrib/nginx.conf index c39103d5a..850d6ed20 100644 --- a/contrib/nginx.conf +++ b/contrib/nginx.conf @@ -7,7 +7,7 @@ server { root /var/www/html/public; location / { - try_files $uri $uri/ /index.php; + try_files $uri $uri/ /$is_args$args; } location ~ \.php$ {