1 2 3 4 5 6 7
#proxy for shellinaboxd $HTTP["url"] =~ "/shell/" { proxy.server = ( "" => ( ("host" => "127.0.0.1", "port" => 4200) )) }