February 2018
Beginner to intermediate
348 pages
9h 40m
English
The Nginx configuration module is a simple module enabling file inclusions with the include directive, as previously described in the Organization and inclusions section. The directive can be inserted anywhere in the configuration file and accepts a single parameter—a file path:
include /file/path.conf; include sites/*.conf;