Commit Graph

136 Commits

Author SHA1 Message Date
Patrick Uiterwijk
3782dad657 Magazine now has fully working HTTPS
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-13 00:38:00 +00:00
Pierre-Yves Chibon
76cf6ef15d Let's server mdapi at /mdapi 2015-11-10 11:57:09 +01:00
Patrick Uiterwijk
ed64ea0d30 Setup mdapi through the reverse proxies
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-10 10:25:50 +00:00
Ralph Bean
6121b5d38b prod reverseproxy entry for statscache. 2015-11-05 16:23:12 +00:00
Patrick Uiterwijk
c59f9c5f00 Setup proxies for community blog
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:25:32 +00:00
Kevin Fenzi
cf0ac2d606 Only do the prod ones in prod 2015-11-03 12:48:09 +00:00
Kevin Fenzi
adbebb076a Add get-prerelease and cloud redirects for f23 2015-11-03 12:40:43 +00:00
Ralph Bean
d6b0908bcf stg proxy config for statscache frontend. 2015-11-01 21:41:11 +00:00
Kevin Fenzi
94d1d057ff Move developer.fedoraproject.org site live. 2015-10-30 17:14:16 +00:00
Kevin Fenzi
daa136d6a0 This is stg for now only. 2015-10-27 17:31:28 +00:00
Kevin Fenzi
935da755a9 More adjustments to bring developer.stg alive. 2015-10-27 17:26:36 +00:00
Kevin Fenzi
81a155e0ef Initial version of developer.stg.fedoraproject.org 2015-10-27 17:09:24 +00:00
Kevin Fenzi
a71adace87 Use a reload instead of a restart for proxies apache. 2015-10-11 19:31:54 +00:00
Ralph Bean
737927b2bf Revert "Try a redirect for bodhi robots.txt."
This reverts commit ed887a1cc9.
2015-10-11 19:25:45 +00:00
Ralph Bean
ed887a1cc9 Try a redirect for bodhi robots.txt. 2015-10-11 19:18:19 +00:00
Ralph Bean
26a231213b Attempt to fix autocloud proxy routing. 2015-09-28 16:55:51 +00:00
Ralph Bean
7fb516029c Staging haproxy/reverseproxy config for autocloud. 2015-09-28 16:45:33 +00:00
Ralph Bean
a384429100 Add a helper redirect for bodhi2. 2015-09-04 13:21:46 +00:00
Kevin Fenzi
b6f65893bf Point darkserver at darkserver02 2015-08-31 19:36:54 +00:00
Till Maas
147fc829f8 Enforce TLS for more websites 2015-08-25 21:56:37 +02:00
Till Maas
14d99dd7bd Enforce TLS for more websites 2015-08-25 21:52:20 +02:00
Ralph Bean
6120671a89 Revert "Drop trailing slash on some bodhi2 URLs."
This reverts commit ab16743152.
2015-08-21 03:49:04 +00:00
Ralph Bean
ab16743152 Drop trailing slash on some bodhi2 URLs. 2015-08-21 03:40:15 +00:00
Ralph Bean
270aad97c4 Redirect old bodhi1 search urls to a new version. 2015-08-20 20:20:24 +00:00
Ralph Bean
13c5e3b48c sslonly for bodhi.fp.o. 2015-08-20 18:42:39 +00:00
Ralph Bean
0673d5ded5 Optional slash. 2015-08-20 03:36:46 +00:00
Ralph Bean
6502f1de1e A few more redirect tweaks. 2015-08-20 03:30:40 +00:00
Ralph Bean
a3c076b493 Proxy redirects for bodhi2. 2015-08-20 02:58:54 +00:00
Ralph Bean
aeb6e83323 Add a redirect for the old bodhi icon. 2015-08-19 23:17:13 +00:00
Kevin Fenzi
c52a1da1cd Fix name in the virt-create playbook. 2015-08-19 20:16:39 +00:00
Ralph Bean
dacd5a1cea Remove the old bodhi.fp.o redirect. 2015-08-18 22:22:47 +00:00
Ralph Bean
c9a308a28d Rename this. 2015-08-17 20:14:02 +00:00
Ralph Bean
fe7fb68c26 Simplify rss redirects for bodhi2. 2015-08-17 17:42:26 +00:00
Ralph Bean
f8c1be1941 Escape. 2015-08-17 17:30:40 +00:00
Ralph Bean
a213cf4a8b Some bodhi2 redirects for rss feeds. 2015-08-17 17:27:55 +00:00
Ralph Bean
00a178a3fe Revert "We don't want to mess with redirects for /api_version."
This reverts commit b7e2f9fce1.
2015-08-17 17:15:44 +00:00
Ralph Bean
b7e2f9fce1 We don't want to mess with redirects for /api_version. 2015-08-17 17:09:13 +00:00
Ralph Bean
3d160f64fd And a redirect for the api_version endpoint. 2015-08-17 15:59:55 +00:00
Ralph Bean
2beb225819 A gotcha for the new-update form. 2015-08-17 15:58:57 +00:00
Ralph Bean
4c8dbdd818 More bodhi2 urls redirects. 2015-08-17 15:55:38 +00:00
Ralph Bean
462a895694 A redirect for comments. 2015-08-17 15:48:42 +00:00
Ralph Bean
315c00c081 Fixes to the more granular bodhi2 redirects. 2015-08-17 15:42:10 +00:00
Ralph Bean
ae0260633a Some more stg bodhi redirects. 2015-08-17 15:24:30 +00:00
Ralph Bean
ab7f34f20f Redirect staging to staging. 2015-08-17 15:13:37 +00:00
Ralph Bean
ca0d6eb622 Get rid of this old reverseproxy entry for bodhi2 and replace it with the redirect from the previous commit. 2015-08-17 15:09:52 +00:00
Ralph Bean
2e1fb6f3f4 Some bodhi2 redirection for staging. 2015-08-17 15:06:30 +00:00
Patrick Uiterwijk
a4a3080f86 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>
2015-08-17 13:37:02 +00:00
Patrick Uiterwijk
97ca4befce Make this a 302 temporary redirect
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-08-16 02:31:02 +00:00
Ralph Bean
8c7c31dff6 Start a new reverseproxy entry for bodhi2. 2015-08-15 22:29:09 +00:00
Kevin Fenzi
65b92e77d3 Add a virt-create playbook 2015-08-14 18:14:34 +00:00