aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.worker_controller
blob: 77464c117b81bd8670f771b984363645af186e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
worker {
    bind_socket = "localhost:11334";
    type = "controller";
    count = 1;
    password = "q1";
    secure_ip = "127.0.0.1";
    secure_ip = "::1";
    static_dir = "${WWWDIR}";
    .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-controller.inc"
    .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-controller.inc"
}