How would I redirect all of the traffic from http://mysite.com/blog to a different server running at http://blog.mysite.com???
I want to do a 301 permanent redirect from http://blog.mysite.com to http://mysite.com/blog, but I want to keep the blog server running on http://blog.mysite.com, but I want it to appear to the user that they are viewing http://mysite.com/blog.
you must proxy the "/blog" url to the blog server.
Here is an example: http://yuji.wordpress.com/2010/03/08/nginx-wordpress-proxy-subdirectory-to-wordpress-subdomain/
Yes it seems like a bad idea though :(