Skip to content

Commit

Permalink
Remove the extra q query param with the request URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jan 4, 2025
1 parent a17d18a commit d1772a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1772a6

Please sign in to comment.