Blame SOURCES/README.dynamic

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