We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77862c commit b80a03bCopy full SHA for b80a03b
fly.toml
@@ -37,19 +37,19 @@ port = 80
37
handlers = ["tls", "http"]
38
port = 443
39
40
-[[services.tcp_checks]]
41
-grace_period = "1s"
42
-interval = "15s"
43
-restart_limit = 0
44
-timeout = "2s"
45
-
46
-[[services.http_checks]]
47
-interval = 10000
48
-grace_period = "5s"
49
-method = "get"
50
-path = "/"
51
-protocol = "http"
52
53
-timeout = 2000
+#[[services.tcp_checks]]
+#grace_period = "1s"
+#interval = "15s"
+#restart_limit = 0
+#timeout = "2s"
+
+#[[services.http_checks]]
+#interval = 10000
+#grace_period = "5s"
+#method = "get"
+#path = "/"
+#protocol = "http"
+#timeout = 2000
54
55
0 commit comments