mirror of https://github.com/MISP/misp-docker
Redirect http virtual host to https - closes #9
parent
5dd9367736
commit
ea258885d3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue