aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.worker_controller
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_controller
parent64afb5ab10d6bdced5921588f38124df06eb3783 (diff)
downloadaports-0d052d0578de9e3674bd66da6686dcd7f56b2cea.tar.bz2
aports-0d052d0578de9e3674bd66da6686dcd7f56b2cea.tar.xz
testing/rspamd: upgrade to 1.4.0
Diffstat (limited to 'testing/rspamd/rspamd.worker_controller')
-rw-r--r--testing/rspamd/rspamd.worker_controller11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/rspamd/rspamd.worker_controller b/testing/rspamd/rspamd.worker_controller
deleted file mode 100644
index 77464c117b..0000000000
--- a/testing/rspamd/rspamd.worker_controller
+++ /dev/null
@@ -1,11 +0,0 @@
-worker {
- bind_socket = "localhost:11334";
- type = "controller";
- count = 1;
- password = "q1";
- 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"
-}