Go to file
2018-01-24 12:46:48 +01:00
.gitignore
50x.html
404.html
0001-unix-ngx_user-Apply-fix-for-really-old-bug-in-glibc-.patch Add patch to apply glibc bugfix if really needed only 2018-01-24 12:46:48 +01:00
index.html
nginx-auto-cc-gcc.patch
nginx-logo.png
nginx-upgrade
nginx-upgrade.8
nginx.conf update to upstream release 1.10.3 2017-02-08 17:08:59 +00:00
nginx.logrotate
nginx.service
nginx.spec Add patch to apply glibc bugfix if really needed only 2018-01-24 12:46:48 +01:00
poweredby.png
README.dynamic Rename to README.dynamic 2016-07-02 19:49:34 +01:00
sources - fix rhel conditional, remove redundant .asc bundling 2017-08-15 09:21:24 +01:00
UPGRADE-NOTES-1.6-to-1.10

###############
Dynamic modules
###############

Dynamic modules are loaded using the "load_modules" directive. The RPM package
for each module has a '.conf' file in the /usr/share/nginx/modules directory.
The '.conf' file contains a single "load_modules" directive.

This means that whenever a new dynamic module is installed, it will
automatically be enabled and Nginx will be reloaded.

--------------------------------------------------------
Prevent dynamic modules from being enabled automatically
--------------------------------------------------------

You may want to avoid dynamic modules being enabled automatically. Simply
remove this line from the top of /etc/nginx/nginx.conf:

    include /usr/lib64/nginx/modules/*.conf;