Blame SOURCES/README.dynamic

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