Skip to content

Instantly share code, notes, and snippets.

View bingluen's full-sized avatar
🇹🇼

Erickson bingluen

🇹🇼
  • LINE Taiwan Limited
  • Taipei
View GitHub Profile
@hollodotme
hollodotme / Install-nginx-with-http2-support.md
Created April 9, 2016 17:07
Install nginx with http2 support on ubuntu 14.04 LTS (Trusty)

How to install nginx (>= 1.9.5) with http2 support on Ubuntu 14.04 LTS (Trusty)

IMPORTANT: Backup your nginx site configs (usually under /etc/nginx/sites-available)!

Remove old nginx

Remove old nginx incl. nginx-common:

apt-get autoremove --purge nginx nginx-common