aboutsummaryrefslogtreecommitdiff
path: root/container.scm
diff options
context:
space:
mode:
Diffstat (limited to 'container.scm')
-rw-r--r--container.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/container.scm b/container.scm
index e4767b7..cbdbaf1 100644
--- a/container.scm
+++ b/container.scm
@@ -162,18 +162,6 @@
,(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"