aboutsummaryrefslogtreecommitdiffstats
path: root/conf/workers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/workers.conf')
-rw-r--r--conf/workers.conf7
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}";