diff --git a/ops/services/app_gateway/main.tf b/ops/services/app_gateway/main.tf index 0fce679c4c..aebc929c0b 100644 --- a/ops/services/app_gateway/main.tf +++ b/ops/services/app_gateway/main.tf @@ -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