Skip to content

Instantly share code, notes, and snippets.

@Mag8891
Mag8891 / nginx-aws
Created May 13, 2018 14:33 — forked from wizardnet972/nginx-aws
install nginx on aws ubuntu (by wizardnet972)
(by wizardnet972)
sudo wget http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
cd /etc/apt
sudo nano sources.list
> appending this text at the end: