Skip to content

Commit

Permalink
Merge pull request #469 from steveh/patch-1
Browse files Browse the repository at this point in the history
Corrected fog_host example to include protocol
  • Loading branch information
trevorturk committed Sep 28, 2011
2 parents ba8b9d4 + 75df9a8 commit 0e7ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -489,7 +489,7 @@ This is *highly* recommended, as without it every request requires a lookup
of this information.

``` ruby
config.fog_host = "c000000.cdn.rackspacecloud.com"
config.fog_host = "http://c000000.cdn.rackspacecloud.com"
```

The UK Rackspace Cloud doesn’t have the same auth server as the US Cloud.
Expand Down

0 comments on commit 0e7ef2f

Please sign in to comment.