Is it possible to disable the fly.dev subdomain for an app?

We’ve setup our app with a custom domain using cloudflare, which is working great. However the app is still available at the fly.dev subdomain as well. Is it possible to disable this subdomain, or will we have to do this at the application level?

The reason we want to do this is because we will be running a cloudflare worker in front of the app and need all requests to go through the worker.

3 Likes

There’s no way to disable this currently, so an app-level redirect would work best for now.

Thanks for the quick response! Good to know & we will redirect in the app.

Hey, any changes on this or do we still need to handle the redirect in the app?

2 Likes