Skip to content

Instantly share code, notes, and snippets.

@alexclear
Last active December 1, 2016 14:07
Show Gist options
  • Save alexclear/2a1f76d8e9b50265e49262d88f1d88f9 to your computer and use it in GitHub Desktop.
Save alexclear/2a1f76d8e9b50265e49262d88f1d88f9 to your computer and use it in GitHub Desktop.
export https_proxy="https://student:[email protected]:8080/"
export http_proxy="https://student:[email protected]:8080/"
cd /home/student
sudo apt-get update
sudo apt-get install git
git clone https://github.com/alexclear/nginx.git
sudo apt-get install libpcre3-dev zlib1g-dev
cd /home/student/nginx
./auto/configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment