We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e85707 commit 74da609Copy full SHA for 74da609
1 file changed
fly.toml
@@ -27,17 +27,16 @@ kill_timeout = '5s'
27
hard_limit = 250
28
29
# 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 = {}
+[[http_service.checks]]
+ type = "http"
+ interval = "15s"
+ timeout = "2s"
+ grace_period = "5s"
+ method = "GET"
+ path = "/"
+ protocol = "http"
+ tls_skip_verify = false
+ headers = {}
41
42
[[vm]]
43
size = 'shared-cpu-1x'
0 commit comments