a year ago
actually i have custom domain anubhav1603.dev which is hosted on cloudflare, i want to add anubhav1603.dev/todo , how can i do that?
15 Replies
a year ago
Click on + Custom Domain, type in [anubhav1603.dev](anubhav1603.dev), go to your cloudflare DNS settings and add the CNAME record Railway gives you
Then make sure your SSL/TLS mode is set to Full
actually its https://anubhav1603.dev already have some static content which is on cloudflare and i want to render the new site at /todo which on railway
a year ago
that won't be possible unless you have some kind of reverse proxy that can route the requests to the correct server based on the path of the url
If you don't know how to do that though then you could also consider just using a subdomain (e.g [todo.anubhav1603.dev](todo.anubhav1603.dev))
a year ago
Click on + Custom Domain, type in [todo.anubhav1603.dev](todo.anubhav1603.dev), go to your cloudflare DNS settings and add the CNAME record Railway gives you
You have to enable full ssl protection on Cloudflare too. By default is flexible, so change it to strict.
10 months ago
Thanks, I had this problem too, and setting SSL/TLS to Full (strict) worked for me
