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