I removed that from both the uwsgi_params and uwsgi_params.default. Still isn't working.<br><br><div class="gmail_quote">On Wed, Feb 15, 2012 at 2:49 PM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:ne@vbart.ru">ne@vbart.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wednesday 15 February 2012 22:53:56 adam estes wrote:<br>
> The problem is that its not going to be just /admin<br>
><br>
> There are around 10 urls defined.<br>
><br>
> I tried<br>
><br>
> location ~ ^/django(?P<django_path>.*?)$ {<br>
>                         uwsgi_param PATH_INFO $django_path;<br>
>                         uwsgi_pass <a href="http://127.0.0.1:9001" target="_blank">127.0.0.1:9001</a>;<br>
>                         include uwsgi_params;<br>
>                 }<br>
><br>
><br>
> Which according to RegSkinner, would match anything after /django<br>
><br>
> But this did not work. Its still passing the django parth. What do I do?<br>
><br>
<br>
</div>Have you looked at your "uwsgi_params" file which you include in the location?<br>
So I expect that it sets one more PATH_INFO param to different value.<br>
<div class="HOEnZb"><div class="h5"><br>
 wbr, Valentin V. Bartenev<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>