nginx/SOURCES
eabdullin 1afc268320 Merge branch 'c9' into a9 2023-10-16 14:21:05 +03:00
..
0001-remove-Werror-in-upstream-build-scripts.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0002-fix-PIDFile-handling.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0003-Support-loading-cert-hardware-token-PKC.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0005-Init-openssl-engine-properly.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0006-Fix-ALPACA-security-issue.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0007-Enable-TLSv1.3-by-default.patch import nginx-1.20.1-13.el9 2022-11-15 11:52:33 +00:00
0008-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch import UBI nginx-1.20.1-14.el9_2.1 2023-10-16 09:41:15 +00:00
50x.html - Show correct AlmaLinux logo on default error pages(Thanks to metalefty) 2023-08-09 16:31:00 +03:00
404.html - Show correct AlmaLinux logo on default error pages(Thanks to metalefty) 2023-08-09 16:31:00 +03:00
README.dynamic import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
macros.nginxmods.in import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
maxim.key import UBI nginx-1.20.1-14.el9_2.1 2023-10-16 09:41:15 +00:00
mdounin.key import UBI nginx-1.20.1-14.el9_2.1 2023-10-16 09:41:15 +00:00
nginx-1.20.1.tar.gz.asc import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx-upgrade import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx-upgrade.8 import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx.conf import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx.logrotate import nginx-1.20.1-14.el9 2023-05-09 05:29:44 +00:00
nginx.service import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginxmods.attr import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
sb.key import UBI nginx-1.20.1-14.el9_2.1 2023-10-16 09:41:15 +00:00

README.dynamic

###############
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;