Adds https://discussions.fedoraproject.org to the proxy and creates a LE cert for it, then redirects it to https://discussion.fedoraproject.org.
This depends on this other patch that should be added to the DNS repo:
diff --git a/fedoraproject.org.template b/fedoraproject.org.template
index 4d64f9df..a7c2609c 100644
--- a/fedoraproject.org.template
+++ b/fedoraproject.org.template
@@ -447,6 +447,7 @@ developer IN CNAME wildcard
developers IN CNAME wildcard
devnull IN A 0.0.0.0
discussion IN CNAME fedoraproject.hosted-by-discourse.com.
+discussions IN CNAME wildcard
directory IN CNAME wildcard
discourse2fedmsg IN CNAME wildcard
doc IN CNAME wildcard
Fixes #11616
Adds
https://discussions.fedoraproject.org
to the proxy and creates a LE cert for it, then redirects it tohttps://discussion.fedoraproject.org
.This depends on this other patch that should be added to the DNS repo: