I have a domain "https://www.example.com". I've setup my config.ru to do the simple forward shown in the wiki ``` ruby reverse_proxy /^\/blog(\/*.*)$/, 'http://myblog.tumblr.com$1' ``` However, when I try to visit "https://www.example.com/blog", it redirects to "https://www.tumblr.com". Is this expected?