Remove the extra q query param with the request URL

This commit is contained in:
Tim de Pater
2025-01-04 09:17:36 +01:00
parent a17d18ac27
commit d1772a6041

View File

@@ -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