You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
743 B

# fly.toml file generated for wperron-io on 2022-05-19T10:44:27-04:00
app = "babypool-lol"
primary_region = "yul"
[processes]
caddy = "caddy run --config /etc/caddy/Caddyfile --adapter caddyfile"
[metrics]
port = 9091
path = "/metrics"
[env]
TZ = "America/New_York"
[[services]]
http_checks = []
internal_port = 80
processes = ["caddy"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"