Skip to content

Instantly share code, notes, and snippets.

@brianjang
Last active January 4, 2018 05:55
Show Gist options
  • Save brianjang/55af9225fea7dd725bedeaf3c9e71f7b to your computer and use it in GitHub Desktop.
Save brianjang/55af9225fea7dd725bedeaf3c9e71f7b to your computer and use it in GitHub Desktop.
install nginx on ubuntu 16.04
install nginx on ubuntu 16.04
install guide :
https://www.nginx.com/…/wiki/start/topics/tutorials/install/
1. modify /etc/apt/sources.list (add below line)
deb http://nginx.org/packages/ubuntu/ xenial nginx
2. instal nginx
sudo apt-get update
sudo apt-get install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment