From ae1f509177d313c21e90917e18d924a46e6dab08 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Aug 2020 15:56:40 -0700 Subject: [PATCH] proxies / websites: don't define stg.fedoracommunity.org in prod Doing this makes letsencrypt try and get a cert for it, but it's not setup to do that correctly. Wait until stg is back. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 91df40c66f..263364c90e 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -375,7 +375,7 @@ site_name: fedoracommunity.org server_aliases: - www.fedoracommunity.org - - stg.fedoracommunity.org + #- stg.fedoracommunity.org # - fedoraproject.community # - fedora.community # - www.fedora.community