http2-push-nginx-module icon indicating copy to clipboard operation
http2-push-nginx-module copied to clipboard

*DEPRECATED* NGINX now supports HTTP/2 server push out of the box http://hg.nginx.org/nginx/rev/641306096f5b

Results 2 http2-push-nginx-module issues
Sort by recently updated
recently updated
newest added

It would be great if this module could support `Link: ; rel=preload; as=style` headers from upstream servers to push those resources to clients. This enables use of h2 push in...

I've just compiled nginx 1.13.6 with your module and now i'm trying to make it work. I've enabled it: ``` http2_server_push on; add_header HTTP2-Pushed $http2_pushed; ``` I've added an example...