Skip to content

Commit

Permalink
Make the ? optional based on the given query string
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jan 5, 2025
1 parent 925066e commit c7c3bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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?$args;
try_files $uri $uri/ /index.php$is_args$args;
}

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
Expand Down

0 comments on commit c7c3bb8

Please sign in to comment.