Open icecold21 opened 6 years ago
Hi, thanks for the package, this package is awesome.
Here is some gotchas if you found error routing problem.
Try changing location block in nginx.conf to
location / { try_files $uri $uri/ /index.php?$query_string; }
basically $args -> $query_string
hope this helps you guys.
@icecold21 Did this change make a difference? The $args and $query_string variables should be identical:
$args
$query_string
http://nginx.org/en/docs/http/ngx_http_core_module.html#variables
Just curious.
Hi, thanks for the package, this package is awesome.
Here is some gotchas if you found error routing problem.
Try changing location block in nginx.conf to
basically $args -> $query_string
hope this helps you guys.