Skip to content

Commit 74da609

Browse files
committed
fly.toml config
1 parent 5e85707 commit 74da609

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

fly.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ kill_timeout = '5s'
2727
hard_limit = 250
2828

2929
# Health checks for websocket server
30-
[http_service.checks]
31-
[http_service.checks.alive]
32-
type = "http"
33-
interval = "15s"
34-
timeout = "2s"
35-
grace_period = "5s"
36-
method = "GET"
37-
path = "/"
38-
protocol = "http"
39-
tls_skip_verify = false
40-
headers = {}
30+
[[http_service.checks]]
31+
type = "http"
32+
interval = "15s"
33+
timeout = "2s"
34+
grace_period = "5s"
35+
method = "GET"
36+
path = "/"
37+
protocol = "http"
38+
tls_skip_verify = false
39+
headers = {}
4140

4241
[[vm]]
4342
size = 'shared-cpu-1x'

0 commit comments

Comments
 (0)