Compiling Nginx from source - Ubuntu 14.04
1 year ago by: matt
More of a reference for myself but may come in useful for someone else too.
Start off by downloading the latest version you need. In my case im going for 1.9.12. I usually throw all of this into /usr/local/src.
Keep in mind, I am running all of this as sudo, if you dont know what your doing do some reading on the linux superuser.
cd /usr/local/src
wget http://nginx.org/download/nginx-{VERSION}.tar.g...
- Github
- LinkedIn
- Youtube