Redirect http virtual host to https - closes #9

pull/1/head
Jason Kendall 2020-02-03 19:25:39 -05:00
parent 5dd9367736
commit ea258885d3
1 changed files with 4 additions and 0 deletions

View File

@ -14,4 +14,8 @@
ServerSignature Off
Header set X-Content-Type-Options nosniff
Header set X-Frame-Options DENY
RewriteEngine On
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
</VirtualHost>