diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 17:23:58 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 17:23:58 +0100 |
commit | 01e1758608d2bf6f466e7fa8897d8a192e427520 (patch) | |
tree | 2011de3fe1aaf5825234298c283f0d72d8f7bcc9 /conf/workers.conf | |
parent | 7256893004d0027de0b81410e7b379a03cdbe719 (diff) | |
download | rspamd-01e1758608d2bf6f466e7fa8897d8a192e427520.tar.gz rspamd-01e1758608d2bf6f466e7fa8897d8a192e427520.zip |
Webui is now controller.
Old controller is kept in legacy_controller.c.
Diffstat (limited to 'conf/workers.conf')
-rw-r--r-- | conf/workers.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/workers.conf b/conf/workers.conf index 2b0c29b1f..4e958db5f 100644 --- a/conf/workers.conf +++ b/conf/workers.conf @@ -9,13 +9,8 @@ worker { } worker { type = "controller"; - bind_socket = "localhost:11334"; count = 1; -} -worker { - type = "webui"; - count = 1; - bind_socket = "localhost:11336"; + bind_socket = "localhost:11334"; password = "q1"; secure_ip = "127.0.0.1"; static_dir = "${WWWDIR}"; |