mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
websites: Revive the Fedora Community website redirect for Brasil
There is a request to fix the link for the Fedora Community Brasil site that has been open for over a year, but it was filed in the old Pagure repo, so I hadn't noticed it until now. https://pagure.io/fedora-websites/pull-request/1246 Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com>
This commit is contained in:
committed by
kevin
parent
4a6c6cf37e
commit
34b9084d52
@@ -417,6 +417,12 @@
|
||||
status: 307
|
||||
target: https://fedoraproject.org
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: br-fedoracommunity-redirect
|
||||
website: br.fedoracommunity.org
|
||||
target: https://fedorabr.org
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: fr-fedoracommunity-redirect
|
||||
website: fr.fedoracommunity.org
|
||||
|
||||
@@ -446,6 +446,15 @@
|
||||
tags:
|
||||
- fedoracommunity.org
|
||||
|
||||
- role: httpd/website
|
||||
site_name: br.fedoracommunity.org
|
||||
ssl: true
|
||||
sslonly: true
|
||||
certbot: true
|
||||
when: env == "production"
|
||||
tags:
|
||||
- fedoracommunity.org
|
||||
|
||||
- role: httpd/website
|
||||
site_name: fr.fedoracommunity.org
|
||||
ssl: true
|
||||
|
||||
Reference in New Issue
Block a user