# vim: set ft=apache : MDomain dustin.hatch.name ServerName dustin.hatch.name RewriteEngine On RewriteRule (.*) https://%{SERVER_NAME}$1 [R=301,L] ServerName dustin.hatch.name Include conf.d/ssl.include Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" DocumentRoot /srv/www/dustin.hatch.name/htdocs Require all granted