Blame SOURCES/README.dynamic

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