From d1772a60416fc602f72700ef0b3e1ef7a5df96b5 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sat, 4 Jan 2025 09:17:36 +0100 Subject: [PATCH] Remove the extra q query param with the request URL --- config/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.d/default.conf b/config/conf.d/default.conf index e0c1be780..e0920f54f 100644 --- a/config/conf.d/default.conf +++ b/config/conf.d/default.conf @@ -14,7 +14,7 @@ server { location / { # First attempt to serve request as file, then # as directory, then fall back to index.php - try_files $uri $uri/ /index.php?q=$uri&$args; + try_files $uri $uri/ /index.php$is_args$args; } # Redirect server error pages to the static page /50x.html