Blame SOURCES/README.dynamic

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