Nginx PHP Query Strings
Query strings aren't on by default when using Nginx and PHP-FPM. You have to include the $query_string
variable on the end of the try_files
directive for your location.
location / {
try_files $uri $uri/ /index.php?$query_string
}
Written by Jesse O'Brien
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#