ab020e
###############
ab020e
Dynamic modules
ab020e
###############
ab020e
ab020e
Dynamic modules are loaded using the "load_modules" directive. The RPM package
ab020e
for each module has a '.conf' file in the /usr/share/nginx/modules directory.
ab020e
The '.conf' file contains a single "load_modules" directive.
ab020e
ab020e
This means that whenever a new dynamic module is installed, it will
ab020e
automatically be enabled and Nginx will be reloaded.
ab020e
ab020e
--------------------------------------------------------
ab020e
Prevent dynamic modules from being enabled automatically
ab020e
--------------------------------------------------------
ab020e
ab020e
You may want to avoid dynamic modules being enabled automatically. Simply
ab020e
remove this line from the top of /etc/nginx/nginx.conf:
ab020e
ab020e
    include /usr/share/nginx/modules/*.conf;
ab020e