aboutsummaryrefslogtreecommitdiff
path: root/container.scm
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-12-10 14:17:48 +0100
committerWojtek Kosior <koszko@koszko.org>2022-12-10 14:17:48 +0100
commitcb5ea9275ad2f25b78c6fc99ab75f3626ee752b9 (patch)
treecda3b5c24e3ee34fc176b2436c917a1bf9f772e3 /container.scm
parentb7034c1f9eacfb1294a068e2fbc4a4d406f742bb (diff)
downloadkoszko-org-server-cb5ea9275ad2f25b78c6fc99ab75f3626ee752b9.tar.gz
koszko-org-server-cb5ea9275ad2f25b78c6fc99ab75f3626ee752b9.zip
expose file downloads in hydrilla.koszko.org virtualhost
Diffstat (limited to 'container.scm')
-rw-r--r--container.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/container.scm b/container.scm
index e6b3278..af37846 100644
--- a/container.scm
+++ b/container.scm
@@ -179,6 +179,10 @@
,(koszko-httpd-redirect-if-other-host "hydrilla.koszko.org")
,(httpd-directive
+ 'Alias "/downloads"
+ "/srv/http/hydrilla.koszko.org/downloads")
+
+ ,(httpd-directive
'Alias "/schemas"
(g-package-file hydrilla-json-schemas "/share/hydrilla-json-schemas"))