I want to set up my nginx to proxy the subdomain http://blog.mydomain.com
tohttp://myblog.blogspot.com
, but I don't want to rewrite the url. So the user will see mydomain.com url instead of the blogspot one.
How can I do it?
Thank you.
I want to set up my nginx to proxy the subdomain http://blog.mydomain.com
tohttp://myblog.blogspot.com
, but I don't want to rewrite the url. So the user will see mydomain.com url instead of the blogspot one.
How can I do it?
Thank you.