Skip to content

Instantly share code, notes, and snippets.

@cccamuseme
Created November 30, 2016 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cccamuseme/1447d3c7c82a5efb0c66675c5210076d to your computer and use it in GitHub Desktop.
Save cccamuseme/1447d3c7c82a5efb0c66675c5210076d to your computer and use it in GitHub Desktop.
HTTP Keep Alive
<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