Skip to content
Permalink
Newer
Older
100644 6 lines (6 sloc) 203 Bytes
1
<VirtualHost *:80>
2
ServerName http://${COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN}:80
3
RewriteEngine On
4
RewriteCond %{HTTPS} off
5
RewriteRule ^ https://%{HTTP_HOST}:443%{REQUEST_URI} [R=302,L,QSA]
6
</VirtualHost>