mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
so we need to rewrite versus redirect
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
f584b7cbfd
commit
67c67ed17b
@@ -561,13 +561,13 @@
|
||||
website: pki.fedoraproject.org
|
||||
target: http://dogtagpki.org/
|
||||
|
||||
# all of this goes to one place the graveyard.
|
||||
- role: httpd/redirectmatch
|
||||
shortname: keys
|
||||
website: keys.fedoraproject.org
|
||||
regex: /(.*)$
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
tags: keys
|
||||
# # all of this goes to one place the graveyard.
|
||||
# - role: httpd/redirectmatch
|
||||
# shortname: keys
|
||||
# website: keys.fedoraproject.org
|
||||
# regex: /(.*)$
|
||||
# target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
# tags: keys
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: boot
|
||||
|
||||
@@ -13,6 +13,15 @@
|
||||
|
||||
roles:
|
||||
|
||||
|
||||
- role: httpd/domainrewrite
|
||||
destname: keys-rewrite
|
||||
website: keys.fedoraproject.org
|
||||
path: ^/.*$
|
||||
status: 301
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
tags: keys
|
||||
|
||||
- role: httpd/domainrewrite
|
||||
destname: admin
|
||||
website: admin.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user