mirror of https://github.com/flarum/flarum
Improve Query parameters detection
Co-Authored-By: VirtuBox <contact@virtubox.net>pull/60/head
parent
f6d34376cd
commit
04abf656d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue