aboutsummaryrefslogtreecommitdiffstats
path: root/debian/workers.conf
blob: 5cb921f3f4052a6708054ad1bbb4da414d03f5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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";
	static_dir = "${WWWDIR}";
}