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