Use the given `mime-types-path' for all files
svn: r12528
This commit is contained in:
parent
8b5b87c807
commit
f6aa15c531
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user