With version 1.9.5 Nginx added support for http/2. Last night up I switched my Nginx configuration for josephscott.org from SPDY to H2.
So far everything appears to be working normal, if you do find something broken please let me know.
With version 1.9.5 Nginx added support for http/2. Last night up I switched my Nginx configuration for josephscott.org from SPDY to H2.
So far everything appears to be working normal, if you do find something broken please let me know.
3 replies on “Nginx HTTP/2”
Mind sharing your config?
It is fairly standard for Nginx. To enable HTTP/2 I just swapped ‘spdy’ with ‘http2’.
This guide helped me with setup:
https://ma.ttias.be/enable-http2-in-nginx/