In this section, we will take a closer look at the base modules. We are particularly interested in answering two questions: what are base modules? And what directives are made available?
Base module directives
What are base modules?
The base modules offer directives that allow you to define parameters of the basic functionality of Nginx. They cannot be disabled at compile time, and as a result, the directives and blocks they offer are always available. Three base modules are distinguished:
- Core module: Essential features and directives, such as process management and security
- Events module: Lets you configure the inner mechanisms of the networking capabilities
- Configuration module: Enables the inclusion mechanism
These modules...