Blame SOURCES/README.dynamic

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