From 04abf656d696713b6de637a7d71738ddd70184d6 Mon Sep 17 00:00:00 2001 From: Brett P Date: Mon, 4 Feb 2019 08:07:46 +0100 Subject: [PATCH] Improve Query parameters detection Co-Authored-By: VirtuBox --- .nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nginx.conf b/.nginx.conf index 599a72f..bd8dae6 100644 --- a/.nginx.conf +++ b/.nginx.conf @@ -15,7 +15,7 @@ # Pass requests that don't refer directly to files in the filesystem to index.php location / { - try_files $uri $uri/ /index.php?$args; + try_files $uri $uri/ /index.php$is_args$args; } # Pass requests to fastcgi upstream