We are needing proxy specific paths from a server other than our main one, but serve them to the same domain. So for example the main website is sourced from a main server/IP, and specific paths live on another server with a different IP. Is it possible to map specific paths to a specific location in Cloudflare? And is there documentation and examples for how to do this?
domain.com <---- sourced from main server (already configured) domain.com/path1 <---- sourced from https:// 12.345.678.9/path1
domain[dot]com/path2 <---- sourced from https:// 12.345.678.9/path2
[everything else]* <---- sourced from main server (already configured)