We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17d18a commit d1772a6Copy full SHA for d1772a6
config/conf.d/default.conf
@@ -14,7 +14,7 @@ server {
14
location / {
15
# First attempt to serve request as file, then
16
# as directory, then fall back to index.php
17
- try_files $uri $uri/ /index.php?q=$uri&$args;
+ try_files $uri $uri/ /index.php$is_args$args;
18
}
19
20
# Redirect server error pages to the static page /50x.html
0 commit comments