Introduction
Recently, I set up a new server with a 1 core 1 GB of RAM configuration and decided not to install a control panel. Instead, I thought about compiling Nginx from source and documenting the process. Slightly reducing the installation description, the initial steps are as follows:
Installing Dependencies
The initial step is to install the required dependencies using apt. These dependencies include the build-essential package, however, this is a standard package that gets pull-listed in most installations....