Thanks for excellent reply, Francis. I have not had time yet to try it, but
this looks like it will solve my problem.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,242823,242833#msg-242833
___
nginx mailing list
nginx@nginx.org
http://mailma
I have python app running under uwsgi with nginx. I'm using unix sockets to
connect nginx to uwsgi. My python app is receiving single slashes in urls
that originally had a double slash. For example, if the url is
http://localhost:3000/a//b , my program gets passed a path_info with a/b
instead of a/