This should be part of a new media repo.
This commit is contained in:
parent
9f5f06de2b
commit
bc4a76e0ec
39
hvy-apache
39
hvy-apache
|
@ -1,39 +0,0 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName hvy.metanohi.name
|
||||
ServerAlias www.hvy.metanohi.name
|
||||
ServerAdmin ngws@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/heavy
|
||||
<Directory /home/niels/www/meta/heavy/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/httpd/hvy.metanohi.name-error.log
|
||||
CustomLog /var/log/httpd/hvy.metanohi.name-access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName hvy.metanohi.name
|
||||
ServerAlias www.hvy.metanohi.name
|
||||
ServerAdmin ngws@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/heavy
|
||||
<Directory /home/niels/www/meta/heavy/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/httpd/hvy.metanohi.name-error.log
|
||||
CustomLog /var/log/httpd/hvy.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