Skip to content

Instantly share code, notes, and snippets.

@anddam
Created October 27, 2013 20:50
Show Gist options
  • Select an option

  • Save anddam/7187724 to your computer and use it in GitHub Desktop.

Select an option

Save anddam/7187724 to your computer and use it in GitHub Desktop.
$HTTP["host"] =~ "notebook.mydomain.invalid" {
accesslog.filename = "/var/log/lighttpd/notebook.log"
proxy.server = ( "" =>
( (
"host" => "127.0.0.1",
"port" => "9000"
) )
)
websocket.server = ( "/kernels" =>
(
"host" => "127.0.0.1",
"port" => "9000"
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment