Skip to content

Instantly share code, notes, and snippets.

@johndavid400
Created June 10, 2013 21:13
Show Gist options
  • Save johndavid400/5752354 to your computer and use it in GitHub Desktop.
Save johndavid400/5752354 to your computer and use it in GitHub Desktop.
$HTTP["host"] =~ ".*" {
# Live Site Configuration
proxy.balance = "hash"
proxy.server = ( "/blog" => ( ( "host" => "50.56.206.231" ) )
)
fastcgi.server = ( "" => ( "foo-rap" => ( "allow-x-send-file" => "enable", "check-local" => "disable", "disable-time" => 1, "host" => "127.0.0.1", "idle-timeout" => 20, "port" => 1028 ) ) )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment