Skip to content

Instantly share code, notes, and snippets.

@ficapy
Created May 21, 2019 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ficapy/c49064739dbffedf9e5b1df39dc2965f to your computer and use it in GitHub Desktop.
Save ficapy/c49064739dbffedf9e5b1df39dc2965f to your computer and use it in GitHub Desktop.
install nginx with http2 support on ubuntu 14.04
sudo service nginx stop
sudo apt-get remove nginx nginx-common

sudo add-apt-repository ppa:fxr/nginx-alpn
sudo apt-get update

sudo apt-get install nginx
sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment