dreamax 7 Report post Posted December 11, 2016 Hi there, you are using nginx, if its version >= 1.9.5 (for example nginx-1.10.2) and not the old one from the official debian repo, you should consider to enable HTTP/2 HTTP/1.1: server { .. listen 443 ssl; .. } HTTP/2: server { .. listen 443 ssl http2; .. } Remeber, just available from nginx 1.9.5 onward. Thanks, dream 0 Share this post Link to post Share on other sites