From 9ca21930185904042d092e5531187f992bae0939 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Thu, 15 Jul 2021 21:35:46 +0200
Subject: httpd.conf: Configure perlisdead.org

---
 usr/pkg/etc/httpd/httpd.conf | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'usr/pkg/etc')

diff --git a/usr/pkg/etc/httpd/httpd.conf b/usr/pkg/etc/httpd/httpd.conf
index fc43460..5bbb314 100644
--- a/usr/pkg/etc/httpd/httpd.conf
+++ b/usr/pkg/etc/httpd/httpd.conf
@@ -300,6 +300,8 @@ vhost block(ServerName => 'img.ankarstrom.se');
 vhost block(ServerName => 'john.ankarstrom.se');
 vhost block(ServerName => 'mail.ankarstrom.se');
 vhost block(ServerName => 'software.ankarstrom.se');
+vhost block(ServerName => 'perlisdead.org',
+	DocumentRoot => '/var/www/perlisdead/out');
 
 # Default virtual host configuration
 
-- 
cgit v1.2.3