Created
September 5, 2018 17:30
-
-
Save nbeguier/e4f18af63cd1585cd9dde4882db78e28 to your computer and use it in GitHub Desktop.
Apache : enable HSTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Force HTTPs connexion max age to 180 days | |
## Strict Transport Security (HSTS): Yes | |
Header set Strict-Transport-Security "max-age=15552001; includeSubdomains; preload" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment