1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Common workers configuration worker { type = "normal"; bind_socket = "*:11333"; http = false; allow_learn = true; mime = true; } worker { type = "controller"; bind_socket = "localhost:11334"; count = 1; } worker { type = "webui"; count = 1; bind_socket = "localhost:11336"; password = "q1"; }