Created
October 21, 2014 13:25
-
-
Save madsheep/c55b316c2872df6433a4 to your computer and use it in GitHub Desktop.
cache & headers
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
ssl_session_cache shared:SSL:10m; | |
ssl_session_timeout 10m; | |
underscores_in_headers on; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment