aboutsummaryrefslogtreecommitdiffstats
path: root/debian/workers.conf
blob: 1d59010da3dcb6e959750fc9125b9f110eff4343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
worker {
    type = "normal";
    bind_socket = "systemd:0";
    http = false;
    allow_learn = true;
    mime = true;
}
worker {
    type = "controller";
    bind_socket = "systemd:1";
    count = 1;
}
worker {
    type = "webui";
    count = 1;
    bind_socket = "systemd:2";
    password = "q1";
    secure_ip = "127.0.0.1";
}