summaryrefslogtreecommitdiff
path: root/src/fileserv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileserv.conf')
-rw-r--r--src/fileserv.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/fileserv.conf b/src/fileserv.conf
index 1b56676..5d24122 100644
--- a/src/fileserv.conf
+++ b/src/fileserv.conf
@@ -18,8 +18,11 @@
pidfile /var/run/fileserv.pid
# Name of the MIME magic file. This file is used to determine the
-# types of the files being served or listed.
-mime-types-file /var/lib/fileserv/mime.types
+# types of the files being served or listed. E.g.:
+#
+# mime-types-file /etc/fileserv/mime.types
+#
+# Default is undefined
# Listen on the given interface
#listen 0.0.0.0:8080
@@ -87,7 +90,8 @@ hidden-files '^\..*' '^#' '~$' '\.rej$' '\.orig$'
#
# At least one mapping must be defined.
-mapping /:/var/www/static
+mapping /:/var/www/htdocs
+mapping /.well-known/acme-challenge:/var/www/acme/
# ERROR DOCUMENTS
# Customized versions of error pages are looked up in the directory,

Return to:

Send suggestions and report system problems to the System administrator.