Configuring HTTP/2 Server Push

Nginx introduced HTTP/2 Server Push with NGINX 1.13.9. To upgrade Nginx to the latest version, 1.14.0, just run # ee stack upgrade –nginx You can check the version using # nginx -v nginx version: nginx/1.14.0 (EasyEngine) Configuration To configure HTTP/2 Server Push, you will have to use TLS(SSL). Almost all modern browsers will only support… Continue reading Configuring HTTP/2 Server Push