Why in hell does it insist on redirecting? location /blog/ { rewrite /blog/(.+) $1 break; proxy_pass http://blog; } I never understood how nginx handled rewrites. -- Posted via http://www.ruby-forum.com/.