How to add http2 to an nginx website

Change this:

listen 443 ssl;

to this:

listen 443 ssl http2;

Done… I wish all tech upgrades were this easy.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.