Created
November 30, 2016 22:41
-
-
Save cccamuseme/1447d3c7c82a5efb0c66675c5210076d to your computer and use it in GitHub Desktop.
HTTP Keep Alive
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
<IfModule mod_headers.c> | |
Header set Connection keep-alive | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment