We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925066e commit c7c3bb8Copy full SHA for c7c3bb8
config/nginx.conf
@@ -84,7 +84,7 @@ http {
84
location / {
85
# First attempt to serve request as file, then
86
# as directory, then fall back to index.php
87
- try_files $uri $uri/ /index.php?$args;
+ try_files $uri $uri/ /index.php$is_args$args;
88
}
89
90
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
0 commit comments