SUUM is not in this git, so remove the conf.
This commit is contained in:
parent
a9a8797faf
commit
9f5f06de2b
39
suum-apache
39
suum-apache
|
@ -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>
|
Loading…
Reference in New Issue