After installing Nginx and getting introduced to its capabilities and functionality, we are now ready to get our “hands dirty”! In this lesson, part of the “Introduction to Nginx” course, you will get to know the insides of Nginx Configuration.
You will get acquainted with the Nginx configuration file syntax and directives, and how to organize the include the various configuration files. Next, you will learn about the base modules, which allow to define the basic parameters and configuration of Nginx. These are built-in into Nginx automatically during compile time. Finally, you will see how to configure an HTTP Server and a mail server proxy, as well as virtual hosts.