Path Routing?
17 hours ago
Will Railway's proxy ever support path routing to different services?
I've achieved this very easily in the past with self-hosted setups, using products like Traefik which supports Host('blah.example') and combined && PathPrefix('/blog') rules.
Currently, if I wanted to apply this to Railway-hosted services, that's exactly what I'd have to do - deploy a statically-configured Traefik (or similar) instance which acts as a proxy to dispatch requests to the correct services via internal networking.
It would be really nice if this could be supported natively on the platform.
0 Threads mention this feature
0 Replies