aboutsummaryrefslogtreecommitdiffstats
path: root/debian/workers.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-15 17:29:01 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-15 17:29:01 +0100
commit8862f4249e0d831c4dda1a02616bc26e293d8291 (patch)
treed8111dfa2ee9e3af10c3fd8769e5c13d2981a8f3 /debian/workers.conf
parent235a763157cfa92ad17861e98681540e6fee5cdb (diff)
downloadrspamd-8862f4249e0d831c4dda1a02616bc26e293d8291.tar.gz
rspamd-8862f4249e0d831c4dda1a02616bc26e293d8291.zip
Update debian packaging.
Diffstat (limited to 'debian/workers.conf')
-rw-r--r--debian/workers.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/workers.conf b/debian/workers.conf
index 5cb921f3f..aa3c43829 100644
--- a/debian/workers.conf
+++ b/debian/workers.conf
@@ -1,20 +1,13 @@
worker {
type = "normal";
bind_socket = "systemd:0";
- http = false;
- allow_learn = true;
mime = true;
}
worker {
type = "controller";
bind_socket = "systemd:1";
count = 1;
-}
-worker {
- type = "webui";
- count = 1;
- bind_socket = "systemd:2";
password = "q1";
secure_ip = "127.0.0.1";
static_dir = "${WWWDIR}";
-}
+} \ No newline at end of file