From 997006ad9e69244b0ac4377c408d30bcaa33d985 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 13 Dec 2022 11:16:27 +0100 Subject: fix redirects between Apache2 virtualhosts --- container.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3