diff options
Diffstat (limited to 'conf/workers.conf')
-rw-r--r-- | conf/workers.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/conf/workers.conf b/conf/workers.conf deleted file mode 100644 index 681d71058..000000000 --- a/conf/workers.conf +++ /dev/null @@ -1,15 +0,0 @@ -# Common workers configuration - -worker { - type = "normal"; - bind_socket = "*:11333"; - mime = true; -} -worker { - type = "controller"; - count = 1; - bind_socket = "localhost:11334"; - password = "q1"; - secure_ip = "127.0.0.1"; - static_dir = "${WWWDIR}"; -} |