February 2018
Beginner to intermediate
348 pages
9h 40m
English
Nginx is a program written in C, so you will first need to install a compiler tool such as the GNU Compiler Collection (GCC) on your system. GCC may already be present on your system, but if that is not the case you will have to install it before going any further.
First, make sure it isn't already installed on your system:
[alex@example.com ~]$ gcc
If you get the following output, it means that GCC is correctly ...
Read now
Unlock full access