What's the equivalent of `force_https = true` in the services section?

And/or, what’s the [[services]] equivalent of the default [http_service] section? I need to open some additional ports (profiling, logtail), so I need the fine-grained section. However, the documentation (App Configuration (fly.toml) · Fly Docs) doesn’t specify what the force_https is actually doing under the hood.

The equivalent is… [drum roll] … force_https = true.

Example: App Configuration (fly.toml) · Fly Docs

Found “in the wild”: kentcdodds.com/fly.toml at e6491c8322f4e51eaa2fed97d5ce580b2c9e1896 · kentcdodds/kentcdodds.com · GitHub

Thanks. I could have sworn I searched that doc. :woman_facepalming:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.