Skip to content

Instantly share code, notes, and snippets.

@mrintegrity
Created September 14, 2012 08:31
Show Gist options
  • Save mrintegrity/3720775 to your computer and use it in GitHub Desktop.
Save mrintegrity/3720775 to your computer and use it in GitHub Desktop.
# poundtest.pp
node 'poundtest' {
include pound
pound::listener {
testlistener :
listen_ip => '10.10.10.10',
listen_port => '80',
listen_protocol => 'ListenHTTP',
head_require => 'Host: .*www.example.com*',
backend_ip => '10.0.100.10',
backend_port => '80',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment