Open ghostbar opened 10 years ago
Was my bad, removing FRONT_CONTROLLER
from the Dockerfile
fixed the issue
That may have fixed it, but it probably shouldn't be doing that.
I would suggest to label it as "has-workaround" then just so it's easy for people to identify it.
Hello,
I'm using your
phusion-nginx-php
and when sending a request like this:And when I go to the PHP and put:
I get that the
PATH_INFO
doesn't have the?
and because of that theQUERY_STRING
is empty:On the
nginx
log is being sent with the?
. Is there any config I should look at or workaround to getting this working?The
Dockerfile
I put together looks like this: