This commit is contained in:
Jay McCarthy 2013-10-04 13:20:59 -06:00
parent 8090a2d23a
commit 1d8be6c9f0

View File

@ -1132,8 +1132,7 @@
#:ssl-cert (build-path root "server-cert.pem")
#:ssl-key (build-path root "private-key.pem")
#:extra-files-paths
(list (build-path src "static")
(build-path root "static"))
(list (build-path src "static"))
#:servlet-regexp #rx""
#:port port))