#proxy for shellinaboxd
proxy.server = ( "/shell/" =>
    ( "localhost" =>
        (
            "host" => "127.0.0.1",
            "port" => 4200
        )
    )
)