Go to file
Felix Kaechele 71f899e6e4 update mainline to 1.19.6
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
2020-12-15 19:11:12 -05:00
.gitignore
50x.html
404.html
0001-remove-Werror-in-upstream-build-scripts.patch update mainline to 1.19.0 2020-06-07 12:40:18 -04:00
0002-change-logs-permissions-to-664.patch update mainline to 1.19.0 2020-06-07 12:40:18 -04:00
maxim.key update mainline to 1.19.0 2020-06-07 12:40:18 -04:00
mdounin.key update mainline to 1.17.3 2019-08-16 11:29:35 -04:00
nginx-logo.png
nginx-upgrade
nginx-upgrade.8
nginx.conf update mainline to 1.19.0 2020-06-07 12:40:18 -04:00
nginx.logrotate
nginx.service
nginx.spec update mainline to 1.19.6 2020-12-15 19:11:12 -05:00
README.dynamic
sb.key update mainline to 1.17.3 2019-08-16 11:29:35 -04:00
sources update mainline to 1.19.6 2020-12-15 19:11:12 -05: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;