Skip to content

Instantly share code, notes, and snippets.

@anddam
Created October 28, 2013 07:57
Show Gist options
  • Save anddam/7192949 to your computer and use it in GitHub Desktop.
Save anddam/7192949 to your computer and use it in GitHub Desktop.
# failed request
"GET /kernels/66a43708-748c-4064-9ea5-e826ee9ac24a/shell HTTP/1.1" 401 351
# server config, mod_websocket is loaded elsewhere
$HTTP["host"] =~ "mynotebook.invalid" {
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