static files and 404

Cliff Wells cliff at develix.com
Thu Mar 19 23:37:08 MSK 2009


On Thu, 2009-03-19 at 13:22 -0700, Cliff Wells wrote:
> On Thu, 2009-03-19 at 13:21 -0700, Cliff Wells wrote:
> 

Not a good regex day for me...

> Oops, should be
> 
> - location ~ /images/subassets/*.gif { 
> + location ~ /images/subassets/*.\.gif$ {

location ~ /images/subassets/.*\.gif$ {


Cliff






More information about the nginx mailing list