Nice one, thanks!
…you will need to replace this with list of ['[[services]]`](Fly Launch configuration (fly.toml) · Fly Docs) - even though there will be only one service. Make sure to omit the `tls` handler as you will be handling this.
I’ve decided to use an http
module and allow fly.io to handle TLS termination considering they’ll provide a more robust support than a self-signed client/key provision we’re using with the https
module.
- Postgres-cluster related question:
As regards multi-region database instance, do you know if anything has changed as to determining when to use a read-replica
or write-replica
? There’s an ongoing thread here Multi region database guide - #37 by greg and we need to do something similar.
Thanks man!