Skip to content

Commit

Permalink
Merge pull request #3 from netoarmando/master
Browse files Browse the repository at this point in the history
'X-Forwarded-For' Header added
  • Loading branch information
seocam committed Jun 10, 2014
2 parents 31cbeb6 + 055fd86 commit ebec235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/wsproxy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
proxy_set_header => {
'Upgrade' => '$http_upgrade',
'Connection' => '"upgrade"',
'X-Forwarded-For' => '$proxy_add_x_forwarded_for',
},
}
}
Expand Down

0 comments on commit ebec235

Please sign in to comment.