Created
December 15, 2015 22:18
-
-
Save steadystatic/a1310bbf3a6951e0ee56 to your computer and use it in GitHub Desktop.
This file contains 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
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH | |
SSLProtocol All -SSLv2 -SSLv3 | |
SSLHonorCipherOrder On | |
SSLSessionTickets Off | |
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload" | |
Header always set X-Frame-Options DENY | |
Header always set X-Content-Type-Options nosniff | |
# Requires Apache >= 2.4 | |
SSLCompression off | |
SSLUseStapling on | |
SSLStaplingCache "shmcb:logs/stapling-cache(150000)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment