Improve Query parameters detection

Co-Authored-By: VirtuBox <contact@virtubox.net>
pull/60/head
Brett P 2019-02-04 08:07:46 +01:00 committed by GitHub
parent f6d34376cd
commit 04abf656d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Pass requests that don't refer directly to files in the filesystem to index.php
location / {
try_files $uri $uri/ /index.php?$args;
try_files $uri $uri/ /index.php$is_args$args;
}
# Pass requests to fastcgi upstream