Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Redirect to fastly instead of cf
Browse files Browse the repository at this point in the history
evanphx committed Nov 19, 2014
1 parent e4f51d0 commit 1e21eb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@ geoip_country /usr/share/GeoIP/GeoIP.dat;

split_clients "${remote_addr}${uri}AAA" $gem_mirror {
20.0% http://bb-m.rubygems.org;
80.0% http://production.cf.rubygems.org;
80.0% http://rubygems.global.ssl.fastly.net;
}

split_clients "${remote_addr}${uri}AAA" $gem_mirror_ssl {
20.0% https://bb-m.rubygems.org;
80.0% https://s3.amazonaws.com/production.s3.rubygems.org;
80.0% https://rubygems.global.ssl.fastly.net;
}

split_clients "${remote_addr}${uri}AAA" $gem_mirror_test {

0 comments on commit 1e21eb2

Please sign in to comment.