no need for #:indices too

svn: r17422
This commit is contained in:
Eli Barzilay 2009-12-28 22:05:41 +00:00
parent e813d1aa8b
commit 38a7fcceec

View File

@ -299,8 +299,7 @@
#:manager (make-threshold-LRU-manager
(send-error "Your session has expired") (* 12 1024 1024)))
(files:make
#:url->path (fsmap:make-url->path (build-path server-dir "htdocs"))
#:indices '("index.html"))
#:url->path (fsmap:make-url->path (build-path server-dir "htdocs")))
(lift:make (send-error "File not found")))))
(provide run)