I am trying to setup a dev box where different django apps are served from different directories via Nginx and FastCGI.
Is there anyway, if I wanted a django app to be at http://someserver/staging/ to strip "staging/" off the URI before sending it to the fcgi backend?
All help much appreciated. I'm sure the answer is out there somewhere, but it's not a straight forward thing to search for (many, many false positives).