diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-15 21:35:46 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-15 21:35:46 +0200 |
commit | 9ca21930185904042d092e5531187f992bae0939 (patch) | |
tree | e6e8b13e7aa2ead0c44e4013ef325a74e542cbc1 | |
parent | b7256a8a82039560ac31677ad751c97dd5bbe783 (diff) | |
download | rbsd-9ca21930185904042d092e5531187f992bae0939.tar.gz |
httpd.conf: Configure perlisdead.org
-rw-r--r-- | usr/pkg/etc/httpd/httpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |