Add a permanent redirection from http to https
This commit is contained in:
parent
b84a23fab0
commit
26b5d13f1e
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
LoadModule ssl_module modules/mod_ssl.so
|
LoadModule ssl_module modules/mod_ssl.so
|
||||||
|
|
||||||
|
NameVirtualHost *:80
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName release-monitoring.org
|
||||||
|
Redirect permanent / https://release-monitoring.org/
|
||||||
|
</VirtualHost>
|
||||||
|
|
||||||
Listen 443
|
Listen 443
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerName release-monitoring.org
|
ServerName release-monitoring.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue