diff --git a/lighttpd/lighttpd.conf b/lighttpd/lighttpd.conf index c5ee638..cd25d7a 100644 --- a/lighttpd/lighttpd.conf +++ b/lighttpd/lighttpd.conf @@ -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 ))) }