Prep to merge
This commit is contained in:
@@ -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 )))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user