summaryrefslogtreecommitdiffstats
path: root/abs/extra/shellinabox/shellinaboxd.include
blob: 8d2befac70f7c84acbffadffd5757d17da0e9216 (plain)
1
2
3
4
5
6
7
#proxy for shellinaboxd
$HTTP["url"] =~ "/shell/" {
    proxy.server = ( "" => (
        ("host" => "127.0.0.1", "port" => 4200)
    ))
}