Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Send https traffic to au-m, too
Browse files Browse the repository at this point in the history
Sam Kottler committed May 7, 2014
1 parent dd623c9 commit 5cfec92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -184,11 +184,11 @@ server {

<% if node["nginx"]["geoip"] %>
if ($geoip_country_code = "CN") {
set $gem_mirror_ssl https://tokyo-m.rubygems.org;
set $gem_mirror_ssl https://au-m.rubygems.org;
}

if ($geoip_country_code = "JP") {
set $gem_mirror_ssl https://tokyo-m.rubygems.org;
set $gem_mirror_ssl https://au-m.rubygems.org;
}

if ($geoip_country_code = "AU") {

0 comments on commit 5cfec92

Please sign in to comment.