add fedorahosted to proxy websites and setup redirects there
This commit is contained in:
parent
4c7d332def
commit
dfb4d3bbc5
4 changed files with 301 additions and 0 deletions
|
@ -745,3 +745,18 @@
|
|||
sslonly: true
|
||||
server_aliases: [mbs.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
# fedorahosted is retired. We have the site here so we can redirect it.
|
||||
|
||||
- role: httpd/website
|
||||
name: fedorahosted.org
|
||||
sslonly: true
|
||||
server_aliases: bzr.fedorahosted.org hg.fedorahosted.org svn.fedorahosted.org
|
||||
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
cert_name: wildcard-2017.fedorahosted.org
|
||||
|
||||
- role: httpd/website
|
||||
name: git.fedorahosted.org
|
||||
sslonly: true
|
||||
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
cert_name: wildcard-2017.fedorahosted.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue