Ensure lighttpd installed for ttyd

This commit is contained in:
Zach Brown
2024-04-10 12:42:49 +00:00
parent dc7f3f17d2
commit 315b937e8f
2 changed files with 6 additions and 2 deletions

View File

@@ -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 )))
}