aboutsummaryrefslogtreecommitdiffstats
path: root/main/mini_httpd/mini_httpd.conf
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-02-07 11:55:27 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-02-07 11:10:38 +0000
commitc872afe7630d0713ecf4eb8fd52656700f86c395 (patch)
tree48ed68b2f121f69208e95ca50870540811ce4c9b /main/mini_httpd/mini_httpd.conf
parent8aa674ad330af521c81be36fe7e9d7b46308ac5d (diff)
downloadaports-c872afe7630d0713ecf4eb8fd52656700f86c395.tar.bz2
aports-c872afe7630d0713ecf4eb8fd52656700f86c395.tar.xz
main/mini_httpd: upgrade to 1.26
Diffstat (limited to 'main/mini_httpd/mini_httpd.conf')
-rw-r--r--main/mini_httpd/mini_httpd.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/main/mini_httpd/mini_httpd.conf b/main/mini_httpd/mini_httpd.conf
new file mode 100644
index 0000000000..066f72cd13
--- /dev/null
+++ b/main/mini_httpd/mini_httpd.conf
@@ -0,0 +1,45 @@
+## run in debug-mode?
+#debug
+##
+## what interface to bind to?
+## (default is binding to any interface)
+#host=www.example.org
+port=80
+#port=443
+user=minihttpd
+##
+## The DOCROOT
+dir=/var/www/localhost/htdocs
+##
+## CGI:
+## ? match a single char
+## * matches any string excluding "/"
+## ** matches any string including "/"
+## separate multiple patterns with "|"
+#cgipat=**.sh|**.cgi
+##
+## chroot:
+#chroot
+nochroot
+##
+#logfile=/var/log/mini_httpd/mini_httpd.log
+##
+#charset=iso-8859-1
+##
+## control the caching: (in secs)
+#maxage 60
+##
+## useless setting (just modifies the http-header)
+## (see mini_httpd(8) and http://www.w3.org/P3P/ for more info)
+#p3p
+##
+## virtual hosting:
+#vhost
+##
+## cache-control: send this "max-age" in all HTTP-responses:
+#max-age=0
+##
+## ssl:
+#nossl
+#ssl
+#certfile=/etc/mini_httpd/mini_httpd.pem