Hi,
On one of our servers we have Plesk 12.5 running on Centos 7.2.
Accounts are running php-fpm thru nginx. HTTP/2 is enabled.
Our custom config directives includes :
but checking the websites with :
https://headers.cloxy.net/
We get :
Is anyone having trouble with keep alive : connexion closed with nginx
On one of our servers we have Plesk 12.5 running on Centos 7.2.
Accounts are running php-fpm thru nginx. HTTP/2 is enabled.
Our custom config directives includes :
Code:
keepalive_timeout 65; keepalive_requests 100000;
https://headers.cloxy.net/
We get :
Code:
HTTP/1.1 200 OK Server: nginx Date: Sun, 02 Oct 2016 12:00:16 GMT Content-Type: text/html; charset=UTF-8 Connection: close Vary: Accept-Encoding...