You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
9 years ago
|
worker {
|
||
|
bind_socket = "0.0.0.0:11334";
|
||
|
type = "controller";
|
||
|
count = 1;
|
||
8 years ago
|
password = "mailu";
|
||
9 years ago
|
secure_ip = "127.0.0.1";
|
||
|
secure_ip = "::1";
|
||
|
static_dir = "${WWWDIR}";
|
||
|
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-controller.inc"
|
||
|
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-controller.inc"
|
||
|
}
|