Subfolder (domain.com/docs) or subdomain (docs.domain.com) for external CMS?

Thanks Keith!

Yes that’s doable in theory but it’s a high friction work implementation-wise.

If I were using DigitalOcean, I would just put Nginx in front of everything and let it handle rewrite, but with Render I would expect something out-of-the-box.

For the sake of separation of concerns, I don’t want to slip the code into the main app that handles URL rewrites toward another domain. It’s a tight coupling of the reverse-proxy concern with the app platform (it also depends on if the server is event-driven or not)

I’ve seen another forum post about setting up an Nginx instance, and it was not recommended.

What’s your recommendation exactly?