Ensure lighttpd installed for ttyd
This commit is contained in:
@@ -43,5 +43,5 @@ $HTTP["url"] =~ "/cgi-bin/" {
|
||||
# Handle proxy to ttyd if it's running
|
||||
$HTTP["url"] =~ "(^/ttyd)" {
|
||||
proxy.header = ("map-urlpath" => ( "/ttyd" => "/" ), "upgrade" => "enable" )
|
||||
proxy.server = ( "" => ("" => ( "host" => "127.0.0.1", "port" => 8443 )))
|
||||
proxy.server = ( "" => ("" => ( "host" => "127.0.0.1", "port" => 8088 )))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user