We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3290fca commit cd9de11Copy full SHA for cd9de11
config/nginx.conf
@@ -79,7 +79,7 @@ http {
79
location / {
80
# First attempt to serve request as file, then
81
# as directory, then fall back to index.php
82
- try_files $uri $uri/ /index.php$args;
+ try_files $uri $uri/ /index.php?$args;
83
}
84
85
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
0 commit comments