Use the given `mime-types-path' for all files

svn: r12528
This commit is contained in:
Eli Barzilay 2008-11-20 04:59:26 +00:00
parent 8b5b87c807
commit f6aa15c531

View File

@ -147,8 +147,7 @@
extra-files-paths))
(files:make
#:url->path (fsmap:make-url->path (build-path server-root-path "htdocs"))
#:path->mime-type (make-path->mime-type
(build-path server-root-path "mime.types"))
#:path->mime-type (make-path->mime-type mime-types-path)
#:indices (list "index.html" "index.htm"))
(lift:make file-not-found-responder)))
(define shutdown-server