aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--container.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/container.scm b/container.scm
index af37846..6f389be 100644
--- a/container.scm
+++ b/container.scm
@@ -209,7 +209,9 @@
(httpd-virtualhost
"*:80"
`(,@(koszko-httpd-server-meta "hydrillarepos.koszko.org" #f)
- ,(httpd-directive 'DocumentRoot "/srv/http/hydrillarepos.koszko.org"))))
+ ,(httpd-directive 'DocumentRoot "/srv/http/hydrillarepos.koszko.org")
+
+ ,(httpd-directive 'Options '+Indexes))))
(define %wsgi-module
(httpd-module