Skip to content

Commit

Permalink
chore: changed ports for indexer http-service (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev authored Sep 11, 2024
1 parent 35be50d commit 8305b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ kill_timeout = "5s"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
port = 8080

[[services.ports]]
handlers = ["tls", "http"]
port = 443
port = 8081

[[services.tcp_checks]]
grace_period = "30s"
Expand Down

0 comments on commit 8305b2b

Please sign in to comment.