Currently have a website running a node server that handles all requests for example.com
and I created a completely separate wordpress blog on a separate server (running apache) that I would like served on a path like example.com/blog
at 172.23.23.23
IP address. The wordpress server doesn't share any code or is even aware of the existence of anything besides itself
What is the best way in node/express to forward all requests in this manner? Also what should the A/CNAME records for the new wordpress server point to?