Update lighttpd.conf

Update port to 8080 for ttyd proxy
This commit is contained in:
Cameron Thompson
2024-04-12 11:16:22 -04:00
committed by GitHub
parent 1c41a857a0
commit 9f90a3bbab

View File

@@ -43,5 +43,5 @@ $HTTP["url"] =~ "/cgi-bin/" {
# Handle proxy to ttyd if it's running
$HTTP["url"] =~ "(^/console)" {
proxy.header = ("map-urlpath" => ( "/console" => "/" ), "upgrade" => "enable" )
proxy.server = ( "" => ("" => ( "host" => "127.0.0.1", "port" => 8088 )))
proxy.server = ( "" => ("" => ( "host" => "127.0.0.1", "port" => 8080 )))
}