Add askbeta redirects to proxies
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
dc0ef80d46
commit
279c055966
2 changed files with 18 additions and 0 deletions
|
@ -807,3 +807,12 @@
|
|||
website: cloud.fedoraproject.org
|
||||
path: /fedora-atomic-latest.x86_64.qcow2
|
||||
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2
|
||||
|
||||
# Askbeta redirect
|
||||
- role: httpd/redirect
|
||||
shortname: askbeta
|
||||
website: askbeta.fedoraproject.org
|
||||
path: /
|
||||
target: https://ask.fedoraproject.org/
|
||||
tasks:
|
||||
- askbeta.fedoraproject.org
|
||||
|
|
|
@ -999,6 +999,15 @@
|
|||
- pkgs.fedoraproject.org
|
||||
when: env == "staging" and "phx2" in inventory_hostname
|
||||
|
||||
# Askbeta -> ask redirects
|
||||
- role: httpd/website
|
||||
site_name: askbeta.fedoraproject.org
|
||||
ssl: true
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags:
|
||||
- askbeta.fedoraproject.org
|
||||
|
||||
|
||||
#
|
||||
# We setup this site for old ols papers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue