nginx/SOURCES
eabdullin 609313f1c5 Debrand for AlmaLInux 2024-04-03 21:24:49 +03:00
..
0001-remove-Werror-in-upstream-build-scripts.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0002-fix-PIDFile-handling.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0003-Support-loading-cert-hardware-token-PKC.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0005-Init-openssl-engine-properly.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0007-Enable-TLSv1.3-by-default.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0008-add-ssl-pass-phrase-dialog.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
0009-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
50x.html Debrand for AlmaLInux 2024-04-03 21:24:49 +03:00
404.html Debrand for AlmaLInux 2024-04-03 21:24:49 +03:00
README.dynamic import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +00:00
macros.nginxmods.in import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
maxim.key import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
mdounin.key import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
nginx-1.24.0.tar.gz.asc import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
nginx-ssl-pass-dialog import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
nginx-upgrade import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +00:00
nginx-upgrade.8 import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +00:00
nginx.conf import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
nginx.logrotate import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
nginx.service import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
nginxmods.attr import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
sb.key import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +00:00
thresh.key import CS nginx-1.24.0-1.module_el9+833+e1ad0c2b 2024-03-30 05:31:27 +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/share/nginx/modules/*.conf;