From bbfc222d25fa7d365cb771f8f06566c8d6f865d3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Nov 2020 16:34:00 -0800 Subject: [PATCH] proxies / websites: re-enable some hosts in stg we disabled these when we didn't have stg in iad2 yet. Now that we do, we can re-add them. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 1887330550..9e0e4be1d2 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -382,7 +382,7 @@ site_name: fedoracommunity.org server_aliases: - www.fedoracommunity.org - #- stg.fedoracommunity.org + - stg.fedoracommunity.org # - fedoraproject.community # - fedora.community # - www.fedora.community @@ -489,7 +489,7 @@ site_name: whatcanidoforfedora.org server_aliases: - www.whatcanidoforfedora.org -# - stg.whatcanidoforfedora.org + - stg.whatcanidoforfedora.org ssl: true sslonly: true certbot: true @@ -887,7 +887,7 @@ site_name: release-monitoring.org sslonly: true certbot: true -# server_aliases: [stg.release-monitoring.org] + server_aliases: [stg.release-monitoring.org] tags: - release-monitoring.org when: env == "production"