Redirect railway domain
I'm moving one of my railway projects off of railway to a VPS with my own domain, would it be possible to redirect the domain provided by railway to it?
Solution:Jump to solution
you can run an nginx service that sends a 301 redirect to your desired location
5 Replies
Project ID:
N/A
NA
Solution
you can run an nginx service that sends a 301 redirect to your desired location
aight i was thinking something like nginx or caddy or some simple express or fastapi app whose only job is to redirect traffic, thanks
nginx or caddy would be most lightweight
both good options