diff --git a/fly.toml b/fly.toml index 88f46fd..64e9f35 100644 --- a/fly.toml +++ b/fly.toml @@ -1,40 +1,39 @@ -# fly.toml file generated for gpt-html-8d2f on 2023-04-17T22:40:36+10:00 +# fly.toml app configuration file generated for gpt-html-8d2f on 2023-04-28T09:26:59+10:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# app = "gpt-html-8d2f" -kill_signal = "SIGINT" -kill_timeout = 5 primary_region = "syd" -processes = [] - -[build] - -[env] +kill_signal = "SIGINT" +kill_timeout = "5s" [experimental] auto_rollback = true +[env] + PRIMARY_REGION = "syd" + [[services]] - http_checks = [] + protocol = "tcp" internal_port = 9292 processes = ["app"] - protocol = "tcp" - script_checks = [] - [services.concurrency] - hard_limit = 25 - soft_limit = 20 - type = "connections" [[services.ports]] - force_https = true - handlers = ["http"] port = 80 + handlers = ["http"] + force_https = true [[services.ports]] - handlers = ["tls", "http"] port = 443 + handlers = ["tls", "http"] + [services.concurrency] + type = "connections" + hard_limit = 25 + soft_limit = 20 [[services.tcp_checks]] - grace_period = "1s" interval = "15s" - restart_limit = 0 timeout = "2s" + grace_period = "1s" + restart_limit = 0