Skip to content

Commit

Permalink
Remove the extra q query param with the request URL (TrafeX@d1772a6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk committed Jan 20, 2025
1 parent 15e52dc commit 2291ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ http {
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 2291ad4

Please sign in to comment.