Skip to content

Instantly share code, notes, and snippets.

@portertech
Created May 17, 2011 02:49
Show Gist options
  • Save portertech/975805 to your computer and use it in GitHub Desktop.
Save portertech/975805 to your computer and use it in GitHub Desktop.
sudo chmod -R 777 /usr/local/src
cd /usr/local/src
wget http://nginx.org/download/nginx-0.7.64.tar.gz
tar -xvzf nginx-0.7.64.tar.gz
cd nginx-0.7.64
./configure --sbin-path=/usr/local/sbin --with-http_ssl_module
make
sudo make install
sudo ln -s /usr/local/nginx/conf /etc/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment