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