aboutsummaryrefslogtreecommitdiffstats
path: root/conf/workers.conf
blob: 4e958db5fba0f919be9696e0f69ad989cbc3224a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Common workers configuration

worker {
    type = "normal";
    bind_socket = "*:11333";
    http = false;
    allow_learn = true;
    mime = true;
}
worker {
    type = "controller";
    count = 1;
    bind_socket = "localhost:11334";
    password = "q1";
    secure_ip = "127.0.0.1";
    static_dir = "${WWWDIR}";
}