It seems to actually be rewriting the url now. The issue is with how its doing it<div><br></div><div>when I visit 69.x.x.x./django/admin/</div><div><br></div><div>it rewrites it to 69.x.x.x/admin/</div><div><br></div><div>
which is then processed by nginx again I'm guessing because it loads the IPB admin folder, and not the django admin url like it should if it was being handled by django.</div><div><br><div class="gmail_quote">On Wed, Feb 15, 2012 at 3:06 PM, adam estes <span dir="ltr"><<a href="mailto:wtymdjs@gmail.com">wtymdjs@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I removed that from both the uwsgi_params and uwsgi_params.default. Still isn't working.<div class="HOEnZb"><div class="h5">
<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" target="_blank">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>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><div><br>
 wbr, Valentin V. Bartenev<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">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>
</div></div></blockquote></div><br></div>