Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Last active January 4, 2016 02:39
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/8556626 to your computer and use it in GitHub Desktop.
Save brlafreniere/8556626 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