prod: switch to Constellations for the homepage

This commit is contained in:
Peter Williams 2023-10-22 11:27:20 -04:00
Родитель 7cf5a73e89
Коммит 48db673e5a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -240,7 +240,7 @@ resource "azurerm_application_gateway" "frontend" {
# wants to delete-and-recreate them, which seems risky.
url_path_map {
name = "anyhost-https-path-routing"
default_backend_address_pool_name = "wwtappgw1-nginx-core-prod-backend"
default_backend_address_pool_name = "cx-frontend"
default_backend_http_settings_name = "rehost-http-setting"
default_rewrite_rule_set_name = "global-cors-and-cache"
@ -349,7 +349,7 @@ resource "azurerm_application_gateway" "frontend" {
# Second of two path maps that should be kept identical except for HTTP vs. HTTPS
url_path_map {
name = "anyhost-http-path-routing"
default_backend_address_pool_name = "wwtappgw1-nginx-core-prod-backend"
default_backend_address_pool_name = "cx-frontend"
default_backend_http_settings_name = "rehost-http-setting"
default_rewrite_rule_set_name = "global-cors-and-cache"