Skip to content

Commit

Permalink
Merge pull request #1024 from cristi1979/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Morgan Haskel committed Feb 15, 2015
2 parents 01804ed + d4bbb16 commit dfcbecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ apache::vhost { 'site.name.fdqn':
proxy_pass => [
{ 'path' => '/a', 'url' => 'http://backend-a/' },
{ 'path' => '/b', 'url' => 'http://backend-b/' },
{ 'path' => '/c', 'url' => 'http://backend-a/c', 'params' => 'max=20 ttl=120 retry=300' },
{ 'path' => '/c', 'url' => 'http://backend-a/c', 'params' => {'max'=>20, 'ttl'=>120, 'retry'=>300},
{ 'path' => '/l', 'url' => 'http://backend-xy',
'reverse_urls' => ['http://backend-x', 'http://backend-y'] },
{ 'path' => '/d', 'url' => 'http://backend-a/d',
Expand Down

0 comments on commit dfcbecd

Please sign in to comment.