blob: d39c34976cdac5cb136355a004f09189d0400329 (
plain)
1
2
3
4
5
6
|
worker {
bind_socket = "localhost:1133@port@";
.include "$CONFDIR/worker-@name@.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-@name@.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-@name@.inc"
}
|