Hi,
I'd like to enable the "Content: keep-alive" HTTP response header to optimise the serving of my static website.
My site is using the Apache/PHP symlink. I'm migrating from Webfaction (where I had a similar Apache symlink with Apache placed behind nginx). On Webfaction the "keep-alive" header was there without me doing anything.
I've tried adding this to my .htaccess
file:
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
but it makes no difference as far as I can see from the returned headers (the site is https://scphillips.com).
Please can this be enabled on the front-end nginx if that's what it takes?
Thanks,
Stephen.