From 1a197f4fa4527ee2b4381b312cb4bc8c58c5437d Mon Sep 17 00:00:00 2001 From: Marvin Stark Date: Mon, 3 Jul 2006 20:12:42 +0200 Subject: Import Debian changes 1.19-1 mini-httpd (1.19-1) unstable; urgency=low * Initial release (Closes: #376599, #308660). --- debian/config/mini_httpd.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/config/mini_httpd.conf (limited to 'debian/config') diff --git a/debian/config/mini_httpd.conf b/debian/config/mini_httpd.conf new file mode 100644 index 0000000..534f522 --- /dev/null +++ b/debian/config/mini_httpd.conf @@ -0,0 +1,36 @@ +# Example config for mini_httpd. +# Author: Marvin Stark + +# 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= + +# We are the web files stored? +data_dir=/etc/mini_httpd + +# Which certificate to use? +#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 -- cgit v1.2.3