mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-23 13:31:57 +02:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
worker {
|
|
bind_socket = "*:11333";
|
|
type = "normal";
|
|
mime = true;
|
|
task_timeout = 8s;
|
|
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
|
|
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
|
|
}
|