Igor Sysoev wrote:
>
> I'm not sure, but probably single anchor (^ and $) regex will be faster:
>
> - location ~* ^.+\.(jpg|jpeg|gif.....)$ {
> + location ~* \.(jpg|jpeg|gif.....)$ {
Thanks for the suggestion Igor!
I'll give it a try.
Thanks!
--
Posted via http://www.ruby-forum.com/.