SUUM is not in this git, so remove the conf.

This commit is contained in:
Niels G. W. Serup 2016-08-20 22:36:10 +02:00
parent a9a8797faf
commit 9f5f06de2b
1 changed files with 0 additions and 39 deletions

View File

@ -1,39 +0,0 @@
<VirtualHost *:80>
ServerName suum.metanohi.name
ServerAlias www.suum.metanohi.name suum.lcl
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/www/suum
<Directory /home/niels/www/suum/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
LogLevel warn
ErrorLog /var/log/httpd/suum.metanohi.name-error.log
CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
</VirtualHost>
<VirtualHost *:443>
ServerName suum.metanohi.name
ServerAlias www.suum.metanohi.name suum.lcl
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/www/suum
<Directory /home/niels/www/suum/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
LogLevel warn
ErrorLog /var/log/httpd/suum.metanohi.name-error.log
CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
SSLEngine on
SSLCertificateFile /home/niels/www/meta/metanohi_server.pem
SSLCertificateKeyFile /home/niels/www/meta/metanohi_privatekey.pem
SSLCipherSuite HIGH
SSLProtocol all -SSLv2
</VirtualHost>