Nginx Not Passing URL Parameters
- by jmccartie
Messing around with Nginx ... for some reason, it looks like none of my URL parameters are being passed. My homepage loads fine, but a URL like "http://mysite.com/more.php?id=101" throws errors, saying that the ID is an undefined index.
I'm assuming this is something basic I'm missing in a conf file.
Some info:
conf.d/virtual.conf
server {
…