We have a django monorepo serving a backend and frontend. We also have a separate nextjs frontend repo that needs to be served from a particular route as well. How can we accomplish this using render.com? Typically I would use an nginx proxy here.
You could certainly deploy a new webservice using nginx and then configure it to proxy as needed to the the frontend/backend
1 Like