<p>Perhaps you can just pass it using fcgi to a lookup script that performs the redirect.</p>
<div class="gmail_quote">On Aug 4, 2011 11:51 PM, "zflairz" <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> wrote:<br type="attribution">> Hi,<br>> <br>> Is there any way I can 301 redirect a lot of (>10k) old urls to new urls<br>
> in nginx conf?<br>> Writing 10k lines of rewrite rules seems to be not efficient as those<br>> rules will get checked for every single request.<br>> I'm thinking of some data structure like dict in python which can have a<br>
> quick look up of the key and then do the redirect of the value. The<br>> question is how can I do that in nginx?<br>> <br>> Thanks a lot!<br>> <br>> Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,213410,213410#msg-213410">http://forum.nginx.org/read.php?2,213410,213410#msg-213410</a><br>
> <br>> _______________________________________________<br>> nginx mailing list<br>> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>> <a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div>