Make all redirects be 302
This will allow us more flexibility for moving redirects around. It will result in less cached redirect entries, and as such more requests to the proxies, but since those requests are handled by the reverse proxies themselves, and within apache, those should not take that much extra processing. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4a703de84f
commit
a4a3080f86
3 changed files with 1 additions and 12 deletions
|
@ -51,37 +51,31 @@
|
|||
name: bodhi
|
||||
website: bodhi.fedoraproject.org
|
||||
target: https://admin.fedoraproject.org/updates/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: get-fedora
|
||||
website: get.fedoraproject.org
|
||||
target: https://getfedora.org/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: flocktofedora
|
||||
website: flocktofedora.org
|
||||
target: http://www.flocktofedora.org/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: fedoramy
|
||||
website: fedora.my
|
||||
target: http://www.fedora.my/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: join-fedora
|
||||
website: join.fedoraproject.org
|
||||
target: https://fedoraproject.org/wiki/Join
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: get-help
|
||||
website: help.fedoraproject.org
|
||||
target: https://fedoraproject.org/get-help
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: l10n
|
||||
|
@ -161,7 +155,6 @@
|
|||
name: fonts-wiki
|
||||
website: fonts.fedoraproject.org
|
||||
target: https://fedoraproject.org/wiki/Category:Fonts_SIG
|
||||
status: 302
|
||||
|
||||
|
||||
# Releng
|
||||
|
@ -210,13 +203,11 @@
|
|||
name: it-fedoracommunity-redirect
|
||||
website: it.fedoracommunity.org
|
||||
target: http://www.fedoraonline.it/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: uk-fedoracommunity-redirect
|
||||
website: uk.fedoracommunity.org
|
||||
target: http://www.fedora-uk.org/
|
||||
status: 302
|
||||
|
||||
|
||||
# Spins
|
||||
|
@ -224,7 +215,6 @@
|
|||
name: kde
|
||||
website: kde.fedoraproject.org
|
||||
target: https://spins.fedoraproject.org/kde/
|
||||
status: 302
|
||||
|
||||
|
||||
# Various sites that we are friends with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue