Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Nov 13, 2023
1 parent 0e52834 commit 89192e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ops/services/app_gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ resource "azurerm_application_gateway" "load_balancer" {
# ------- test -------------------------

probe {
name = "frontend-http"
# host = "${local.url_prefix}.simplereport.gov"
name = "frontend-http"
host = "${local.url_prefix}.simplereport.gov"
interval = 10
path = "/app"
pick_host_name_from_backend_http_settings = true
path = "/app/pxp"
pick_host_name_from_backend_http_settings = false
protocol = "Https"
timeout = 10
unhealthy_threshold = 3
Expand Down

0 comments on commit 89192e3

Please sign in to comment.