aboutsummaryrefslogtreecommitdiff
path: root/container.scm
diff options
context:
space:
mode:
Diffstat (limited to 'container.scm')
-rw-r--r--container.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/container.scm b/container.scm
index f78112d..6972f5c 100644
--- a/container.scm
+++ b/container.scm
@@ -85,7 +85,7 @@
(httpd-virtualhost
"*:80"
`(,@(koszko-httpd-server-meta from)
- ,(httpd-directive 'Redirect 'permanent "/" (format #f "http://~a" to)))))
+ ,(httpd-directive 'Redirect 'permanent "/" (format #f "http://~a/" to)))))
(define %koszko-org-virtualhost
(httpd-virtualhost