Skip to content

Instantly share code, notes, and snippets.

@peschee
Created February 6, 2016 11:26
Show Gist options
  • Save peschee/a11a0be89114c11c80b0 to your computer and use it in GitHub Desktop.
Save peschee/a11a0be89114c11c80b0 to your computer and use it in GitHub Desktop.
add-apt-repository -y ppa:ondrej/apache2
apt-key update
apt-get update && apt-get upgrade
apt-get install apache2
@peschee
Copy link
Author

peschee commented Feb 6, 2016

<VirtualHost *:443>
  ServerName example.com

  Protocols h2 http/1.1

  # Other configuration stuff here…
</VirtualHost>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment