flynn's devnote
  • Home
  • AboutMe
  • coding activity
  • Study
  • flynnlab

install recent nginx in ubuntu

2015년 11월 15일 1 min read ubuntunginx
sudo -s
nginx=stable # use nginx=development for latest development version
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install nginx

https://www.nginx.com/resources/wiki/start/topics/tutorials/install/

flynn

flynn

Website Facebook Twitter More posts
하루는 24시간
Korea, Bundang Pangyo
Previous Post
Next Post

You might also like...

sudo no pass on Ubuntu 16.x

2017년 4월 25일 1 min read ubuntu

docker and ubuntu ufw

2016년 7월 20일 1 min read ubuntudockerufw

nodejs custom install

2015년 9월 7일 1 min read nodejsubuntucentos
Powered by Ghost
flynn's devnote