location /weblog/ { rewrite ^/(.*)$ /blog/$1 permanent; } That should work. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,4895,4896#msg-4896