Skip to content

Instantly share code, notes, and snippets.

@liudanking
Created November 13, 2015 04:12
Show Gist options
  • Save liudanking/14c81e194a924cc268c8 to your computer and use it in GitHub Desktop.
Save liudanking/14c81e194a924cc268c8 to your computer and use it in GitHub Desktop.
Build Nginx from source on Ubuntu 14.04
apt-get update
apt-get install build-essential automake autoconf libtool -y
apt-get install libpcre3 libpcre3-dev -y
apt-get install zlib1g-dev libssl-dev -y
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment