Created
February 6, 2016 11:26
-
-
Save peschee/a11a0be89114c11c80b0 to your computer and use it in GitHub Desktop.
https://blog.samat.org/2015/11/26/Enabling-HTTP2-on-Apache-2.4-on-Debian-Ubuntu/ http://pixelinc.co/ubuntu-14-04-3-apache-http-2-web-server-setup/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add-apt-repository -y ppa:ondrej/apache2 | |
apt-key update | |
apt-get update && apt-get upgrade | |
apt-get install apache2 |
Author
peschee
commented
Feb 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment