Skip to content

Instantly share code, notes, and snippets.

@ozeias
Created January 14, 2009 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozeias/47058 to your computer and use it in GitHub Desktop.
Save ozeias/47058 to your computer and use it in GitHub Desktop.
Build Nginx
railsbox.org:~ ozeias$ wget http://sysoev.ru/nginx/nginx-0.6.34.tar.gz
railsbox.org:~ ozeias$ tar xvf nginx-0.6.34.tar.gz
railsbox.org:~ ozeias$ ./configure
railsbox.org:~ ozeias$ make
railsbox.org:~ ozeias$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment