Skip to content

Commit

Permalink
Revert "Check application health over HTTP instead of TCP"
Browse files Browse the repository at this point in the history
This reverts commit 675c2e7.
  • Loading branch information
rouge8 committed Nov 14, 2021
1 parent 675c2e7 commit ba043be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ processes = []
url_prefix = "/static"

[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
Expand All @@ -42,10 +43,7 @@ processes = []
handlers = ["tls", "http"]
port = 443

[[services.http_checks]]
[[services.tcp_checks]]
grace_period = "10s"
interval = "10s"
method = "get"
path = "/login"
protocol = "http"
timeout = "2s"

0 comments on commit ba043be

Please sign in to comment.