Prep to merge

This commit is contained in:
Cameron Thompson
2024-04-10 23:41:21 -04:00
parent 315b937e8f
commit 1663b34e1d
17 changed files with 433 additions and 276 deletions

View File

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