Skip to content

Commit

Permalink
Remove X-Forwarded-Proto header from fly health checks, as Rails 8 pr…
Browse files Browse the repository at this point in the history
…oduction config now defaults to `config.assume_ssl = true`
  • Loading branch information
scottohara committed Nov 30, 2024
1 parent 19d2678 commit e649fa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ swap_size_mb = 512
interval = "10s"
timeout = "2s"
path = "/up"
[http_service.checks.headers]
X-Forwarded-Proto = "https"

[[statics]]
guest_path = "/tvmanager/public"
Expand Down

0 comments on commit e649fa2

Please sign in to comment.