Hey all,
Check out my reply in the other thread:
In short, it has to do with the fact that your upstream servers are expecting to serve content from the web root, /
, but Caddy is not configured to direct requests for the web root to the correct upstream server. You’ll find that assets such as CSS, JS, and images don’t work, and links and redirects may be broken.
The fix is to configure the upstream server to expect the subfolder (commonly referred to as a URL base), or to give unruly upstream servers their own subdomain so they can make use of the web root.