Files
RSSHub/fly.toml
2025-06-06 21:38:15 +08:00

16 lines
265 B
TOML

app = "rsshub"
[http_service]
internal_port = 1200
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 1
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/healthz"