proxies: add podcast redirect

This commit is contained in:
Francois Andrieu 2023-08-17 11:55:00 +02:00
parent e9dcc3658e
commit aab9e42b73
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -846,3 +846,11 @@
target: https://www.port389.org/$1
tags:
- directory
- role: httpd/redirectmatch
shortname: 00-podcast-redirect
website: podcast.fedoraproject.org
regex: ^.*
target: https://fedoraproject.org/podcast/
tags:
- podcast

View file

@ -1055,6 +1055,14 @@
cert_name: "{{wildcard_cert_name}}"
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.
- role: httpd/website