aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--container.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/container.scm b/container.scm
index 86c4d32..7597ccd 100644
--- a/container.scm
+++ b/container.scm
@@ -162,6 +162,18 @@
,(httpd-simple-wsgi-alias
koszko-org-website "/share/koszko-org-website/wsgi.py")))))
+(add-site-conf
+ (koszko-httpd-site-conf
+ (name-and-aliases '("ctftilde.koszko.org" "www.ctftilde.koszko.org"
+ "gemini.ctftilde.koszko.org"))
+ (body
+ `(,(httpd-directive 'DocumentRoot "/srv/http/koszko.org")
+
+ ,(httpd-directive 'Alias "/sideload" "/srv/http/koszko.org")
+
+ ,(httpd-simple-wsgi-alias
+ koszko-org-website "/share/koszko-org-website/wsgi.py")))))
+
(define %cgitrc-text
(g-string-join
`("css=/cgit-static/cgit.css"