hey, I am hosting a prisma container on a remote s...
# orm-help
e
hey, I am hosting a prisma container on a remote server and need to have a reverse proxy in front of it that routes traffic to the prisma container on a subpath (path prefix). Is there a way to tell the prisma cli to use that path in the managment api endpoint? Looking into the code I found out, that itโ€™s derived by the endpoints origin. An option to override that would be handy. Thanks!
๐Ÿ‘ 1
n
That's a great idea - at the moment, the management API endpoint is assumed to be
/management
, but you can also rename that if I remember correctly. You cannot however set an entirely different management API endpoint. That would be a useful feature, can you create a feature request for this here: https://github.com/prismagraphql/prisma? Thanks! ๐Ÿ™‚