Blame SOURCES/README.dynamic

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