diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-06-01 16:30:20 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-06-01 16:36:51 +0200 |
commit | c07a20097f247302aa5a44c82b40006990141265 (patch) | |
tree | 1259b3704cea784e51f9d98674dbe61201167f9b /test/functional/configs/trivial.conf | |
parent | 9d72040612f37dbabad845459eb61fd75eaae233 (diff) | |
download | rspamd-c07a20097f247302aa5a44c82b40006990141265.tar.gz rspamd-c07a20097f247302aa5a44c82b40006990141265.zip |
[Test] Check controller's error buffer
Diffstat (limited to 'test/functional/configs/trivial.conf')
-rw-r--r-- | test/functional/configs/trivial.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/configs/trivial.conf b/test/functional/configs/trivial.conf index 04f462e1e..81dd8f0c6 100644 --- a/test/functional/configs/trivial.conf +++ b/test/functional/configs/trivial.conf @@ -30,3 +30,11 @@ worker { } task_timeout = 60s; } + +worker { + type = controller + bind_socket = ${LOCAL_ADDR}:${PORT_CONTROLLER} + count = 1 + secure_ip = ["127.0.0.1", "::1"]; + stats_path = "${TMPDIR}/stats.ucl" +} |