Go to file
Felix Kaechele f8bafa05ff update to 1.21.5
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
2021-12-28 17:56:54 +01:00
.fmf Adding tmt plan 2021-09-03 08:25:36 -04:00
plans Adding tmt plan 2021-09-03 08:25:36 -04:00
.gitignore
50x.html
404.html
0001-remove-Werror-in-upstream-build-scripts.patch
0002-fix-PIDFile-handling.patch
macros.nginxmods.in Add -mod-devel subpackage for building external nginx modules (rhbz#1989778) 2021-09-03 08:32:30 -04:00
maxim.key
mdounin.key
nginx-logo.png
nginx-upgrade
nginx-upgrade.8
nginx.conf
nginx.logrotate forward-port log permissions fix from main branch 2021-06-01 20:23:23 -04:00
nginx.service
nginx.spec update to 1.21.5 2021-12-28 17:56:54 +01:00
nginxmods.attr Add -mod-devel subpackage for building external nginx modules (rhbz#1989778) 2021-09-03 08:32:30 -04:00
README.dynamic
sb.key
sources update to 1.21.5 2021-12-28 17:56:54 +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;