aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.worker_normal
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-11-25 18:54:58 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-11-25 17:08:31 +0000
commit0d052d0578de9e3674bd66da6686dcd7f56b2cea (patch)
tree1e6761fac4a9afbf9f04b546414a40d533a9eae6 /testing/rspamd/rspamd.worker_normal
parent64afb5ab10d6bdced5921588f38124df06eb3783 (diff)
downloadaports-0d052d0578de9e3674bd66da6686dcd7f56b2cea.tar.bz2
aports-0d052d0578de9e3674bd66da6686dcd7f56b2cea.tar.xz
testing/rspamd: upgrade to 1.4.0
Diffstat (limited to 'testing/rspamd/rspamd.worker_normal')
-rw-r--r--testing/rspamd/rspamd.worker_normal8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/rspamd/rspamd.worker_normal b/testing/rspamd/rspamd.worker_normal
deleted file mode 100644
index 6fbee1d97b..0000000000
--- a/testing/rspamd/rspamd.worker_normal
+++ /dev/null
@@ -1,8 +0,0 @@
-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"
-}