On Sun, Feb 19, 2017 at 02:53:22PM -0500, JoakimR wrote:

Hi there,

> Now the trouble shooting: as noticed above, this only works when I out
> comments the second location, which is NOT to be cached at all. I have of
> course tried to switch between which location comes first. Even chose I
> recall it as first rule matching is served first.
> 
> Any one who can tell me why this isn't working as i like it to?

>   location /thumbs/embedded {

> ##Match what's not in above location directive
>     location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ {

It looks to me like you want "match the prefix location, and then do
not check the regex locations".

There's a squiggle for that. http://nginx.org/r/location

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to