On Fri, Oct 03, 2014 at 06:02:59AM -0400, rapamiti wrote:

Hi there,

> so i must add a location like this :
> location ~logo_(\d+)_(\d+).gif$ {
> 
> My regex is correct ? (ex: logo_5435_252.gif    logo_25_1.gif etc..)

That looks right to me -- it will match the examples you give; it will
also match some others like logo_5435_252gif or logo_25_1Xgif; and it
will not match logo_5435_252.GIF

        f
-- 
Francis Daly        fran...@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to