Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created January 22, 2014 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brlafreniere/8557182 to your computer and use it in GitHub Desktop.
Save brlafreniere/8557182 to your computer and use it in GitHub Desktop.
$HTTP["host"] =~ "(^|www\.)brlafreniere.com$" {
proxy.balance = "hash"
proxy.server = ( "brlafreniere.com" => (
( "host" => "127.0.0.1",
"port" => 5000 ),
( "host" => "127.0.0.1",
"port" => 5001 ),
( "host" => "127.0.0.1",
"port" => 5002 )
))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment