summaryrefslogtreecommitdiff
path: root/debian/config/mini-httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config/mini-httpd.conf')
-rw-r--r--debian/config/mini-httpd.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/config/mini-httpd.conf b/debian/config/mini-httpd.conf
new file mode 100644
index 0000000..fa73e44
--- /dev/null
+++ b/debian/config/mini-httpd.conf
@@ -0,0 +1,36 @@
+# Example config for mini_httpd.
+# Author: Marvin Stark <marv@der-marv.de>
+
+# Uncomment this line for turning on ssl support.
+#ssl
+
+# On which host mini_httpd should bind?
+host=localhost
+
+# On which port mini_httpd should listen?
+port=80
+
+# Which user mini_httpd should use?
+user=nobody
+
+# Run in chroot mode?
+#chroot # yes
+nochroot # no
+
+# Working directory of mini_httpd.
+#dir=<work_dir>
+
+# We are the web files stored?
+data_dir=/etc/mini-httpd
+
+# Which certificate to use?
+#certfile=<certfile>
+
+# Which logfile to use?
+logfile=/var/log/mini-httpd.log
+
+# Which pidfile to use?
+pidfile=/var/run/mini-httpd.pid
+
+# Which charset to use?
+charset=iso-8859-1