Use rewrite /blog to transparently proxy to another app

Fernando Perez lists at ruby-forum.com
Thu Aug 5 13:33:35 MSD 2010


Fernando Perez wrote:
> Any reason why server_name  blog.*; works on my dev machine by only 
> catching http://blog.* and totally fails on my server by catching 
> everything?

Update: by setting listen 80 default; to my server that should be 
catching all that wasn't catched previously it appears that server_name 
blog.*; isn't catching anything at all.
-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list