summaryrefslogtreecommitdiffstats
path: root/abs/extra/shellinabox/shellinaboxd.include
blob: c4c11bdbc8d1ba1a62ada813841ae72597e4b5db (plain)
1
2
3
4
5
6
7
8
9
10
#proxy for shellinaboxd
proxy.server = ( "/shell/" =>
    ( "localhost" =>
        (
            "host" => "127.0.0.1",
            "port" => 4200
        )
    )
)