git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/httpd/conf.d/security.d/hsts.conf
blob: 3276a70f0cf8ffac4e2d279f8e38f941edf0dc73 (plain)
1
2
3
4
# Do not use header always set, it would push HSTS to non-HTTPS even though it's in this tree...
<IfModule mod_ssl.c>
	Header set Strict-Transport-Security "max-age=31556926;includeSubDomains;preload"
</IfModule>