Blame SOURCES/README.dynamic

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