proxies: add podcast redirect
This commit is contained in:
parent
e9dcc3658e
commit
aab9e42b73
2 changed files with 16 additions and 0 deletions
|
@ -846,3 +846,11 @@
|
||||||
target: https://www.port389.org/$1
|
target: https://www.port389.org/$1
|
||||||
tags:
|
tags:
|
||||||
- directory
|
- directory
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
shortname: 00-podcast-redirect
|
||||||
|
website: podcast.fedoraproject.org
|
||||||
|
regex: ^.*
|
||||||
|
target: https://fedoraproject.org/podcast/
|
||||||
|
tags:
|
||||||
|
- podcast
|
||||||
|
|
|
@ -1055,6 +1055,14 @@
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
tags: kerneltest
|
tags: kerneltest
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
site_name: podcast.fedoraproject.org
|
||||||
|
sslonly: true
|
||||||
|
server_aliases: [podcast.stg.fedoraproject.org]
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
tags:
|
||||||
|
- podcast
|
||||||
|
|
||||||
# fedorahosted is retired. We have the site here so we can redirect it.
|
# fedorahosted is retired. We have the site here so we can redirect it.
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue