3 messages in ru.sysoev.nginxRe: rewrite issues
FromSent OnAttachments
Corey DonohoeSep 19, 2007 1:02 am 
Igor SysoevSep 19, 2007 1:20 am 
Corey DonohoeSep 19, 2007 1:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: rewrite issuesActions...
From:Corey Donohoe (atmo@public.gmane.org)
Date:Sep 19, 2007 1:45:53 am
List:ru.sysoev.nginx

On 9/19/07, Igor Sysoev <is-G@public.gmane.org> wrote:

If you have location given by regex, then requests may go there. Try to disable regex search for this locations:

location ^~ /photos {

It turns out this was all I needed. :) I'd actually enabled this earlier today and I think I got burned by some browser caching. :(

Thanks again!