Linked Questions

Popular Questions

How can I proxy blog subdomain to /blog sub directory in node?

Asked by At

I've deployed a server on heroku/node (e.g. www.xxx.com) and I have a blog subdomain deployed on wpengine.com (e.g. blog.yyy.com )

When I visit www.xxx.com/blog, I wanna see the blog.yyy.com and I was told this can be done in reverse proxy but I have no idea if it's correct or not.

Could you please share me your experiences?

Thanks

Related Questions