aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/logging.conf4
-rw-r--r--debian/workers.conf13
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/logging.conf b/debian/logging.conf
deleted file mode 100644
index 33234fde1..000000000
--- a/debian/logging.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-logging {
- type = "console";
- level = "info";
-}
diff --git a/debian/workers.conf b/debian/workers.conf
deleted file mode 100644
index aa3c43829..000000000
--- a/debian/workers.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-worker {
- type = "normal";
- bind_socket = "systemd:0";
- mime = true;
-}
-worker {
- type = "controller";
- bind_socket = "systemd:1";
- count = 1;
- password = "q1";
- secure_ip = "127.0.0.1";
- static_dir = "${WWWDIR}";
-} \ No newline at end of file