From 1ddf995c0ab8103d2e21d6441c900c239d166328 Mon Sep 17 00:00:00 2001 From: "W. Kosior" Date: Wed, 3 Jul 2024 16:58:51 +0200 Subject: Remove `demo-01' virtualhost. --- salamina.scm | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/salamina.scm b/salamina.scm index 8fcfedb..2e8ff62 100644 --- a/salamina.scm +++ b/salamina.scm @@ -238,31 +238,6 @@ (chown "/var/cache/cgit" -1 (group:gid (getgr "httpd"))) (chmod "/var/cache/cgit" #o770)))) -(prepend %services - (simple-service 'demo-01-http-virtualhost web:httpd-service-type - (list (web:httpd-virtualhost - "*:443" - `("\ - ServerName demo-01.happyhacking.pl - ServerAlias www.demo-01.happyhacking.pl - ServerAdmin webmaster@happyhacking.pl - - - Redirect permanent / https://demo-01.happyhacking.pl/ - - - ProxyPass / http://127.0.0.1:5050/ - ProxyPassReverse / http://127.0.0.1:5050/ - - Header add Content-Security-Policy \"img-src 'self' data:; connect-src 'self'; default-src ws: 'self' data: blob: 'unsafe-inline' 'unsafe-eval';\" - - SSLEngine on - SSLCertificateFile \ - /etc/certs/demo-01.happyhacking.pl/fullchain.pem - SSLCertificateKeyFile \ - /etc/certs/demo-01.happyhacking.pl/privkey.pem - "))))) - (prepend %services (simple-service 'httpd-virtualhost-koszko web:httpd-service-type (list (let ((wsgi (file-append ks:koszko-org-website -- cgit v1.2.3