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

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