Skip to content

Commit

Permalink
'X-Forwarded-For' Header added
Browse files Browse the repository at this point in the history
  • Loading branch information
netoarmando committed Jun 9, 2014
1 parent 31cbeb6 commit 055fd86
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 055fd86

Please sign in to comment.