Skip to content

Commit

Permalink
Merge pull request voxpupuli#1391 from jflandry/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error in the complex proxy example
  • Loading branch information
ghoneycutt authored Jun 8, 2020
2 parents 3d342e6 + 3c12cdb commit 1963fc0
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 @@ -66,7 +66,7 @@ nginx::resource::upstream { 'puppet_rack_app':
port => 3001,
weight => 1,
},
'localhost:3002': => {
'localhost:3002' => {
server => 'localhost',
port => 3002,
weight => 2,
Expand Down

0 comments on commit 1963fc0

Please sign in to comment.