Re: map v/s rewrite performance

2014-04-06 Thread rahul286
> Exact locations are faster. Thanks again. We will go with exact locations. :-) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248659,249046#msg-249046 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: map v/s rewrite performance

2014-04-04 Thread rahul286
@Igor Few Updates: > location = old-url-1 { return 301 new-url-1; } is really nice. We can specify 301/302 using it. But I am reading - http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_cache_valid and now I am thining weather to populate config file with 1000's of lines like b

Re: map v/s rewrite performance

2014-03-25 Thread rahul286
Igor Sysoev Wrote: --- > location = old-url-1 { return 301 new-url-1; } Bingo! Never thought of this. :-) We will use this for https://github.com/rtCamp/easyengine/issues/162 Thanks a lot. :-) Posted at Nginx Forum: http://forum.nginx.org/rea

map v/s rewrite performance

2014-03-25 Thread rahul286
Hi All, I am just wondering, say for 1000 url redirects, what will be more efficient. Rewrite Style: server { rewrite old-url-1 new-url-1 permanent; rewrite old-url-2 new-url-2 permanent; rewrite old-url-3 new-ur

Re: Congrats to nginx - now the most used webserver in the top 1000 websites

2013-07-05 Thread rahul286
Congrats Igor and Nginx team. :-) It just matter of time before Nginx becomes #1 in Top 10,000 and eventually #1 overall. Most cheap hosting companies are run by non-techie people (using resellers tool) who don't understand benefit of Nginx and/or do not have control on server softwares! Posted