Remove entries that are no longer needed
This commit is contained in:
parent
8fa0a12553
commit
332795f612
1 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,8 @@
|
||||||
LoadModule ssl_module modules/mod_ssl.so
|
|
||||||
|
|
||||||
NameVirtualHost *:80
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName release-monitoring.org
|
ServerName release-monitoring.org
|
||||||
Redirect permanent / https://release-monitoring.org/
|
Redirect permanent / https://release-monitoring.org/
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
Listen 443
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerName release-monitoring.org
|
ServerName release-monitoring.org
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue