no need for #:indices too
svn: r17422
This commit is contained in:
parent
e813d1aa8b
commit
38a7fcceec
|
@ -299,8 +299,7 @@
|
||||||
#:manager (make-threshold-LRU-manager
|
#:manager (make-threshold-LRU-manager
|
||||||
(send-error "Your session has expired") (* 12 1024 1024)))
|
(send-error "Your session has expired") (* 12 1024 1024)))
|
||||||
(files:make
|
(files:make
|
||||||
#:url->path (fsmap:make-url->path (build-path server-dir "htdocs"))
|
#:url->path (fsmap:make-url->path (build-path server-dir "htdocs")))
|
||||||
#:indices '("index.html"))
|
|
||||||
(lift:make (send-error "File not found")))))
|
(lift:make (send-error "File not found")))))
|
||||||
|
|
||||||
(provide run)
|
(provide run)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user