nginx/SOURCES
2024-10-01 06:36:47 +00:00
..
50x.html Fix logo 2023-10-16 14:23:05 +03:00
404.html Fix logo 2023-10-16 14:23:05 +03:00
0001-remove-Werror-in-upstream-build-scripts.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
0002-fix-PIDFile-handling.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
0003-Support-loading-cert-hardware-token-PKC.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
0005-Init-openssl-engine-properly.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
0007-Enable-TLSv1.3-by-default.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
0008-add-ssl-pass-phrase-dialog.patch import CS nginx-1.22.1-8.module_el9+1086+80da4ced 2024-10-01 06:36:39 +00:00
0009-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch import CS nginx-1.22.1-8.module_el9+1086+80da4ced 2024-10-01 06:36:39 +00:00
0010-defer-ENGINE_finish-calls-to-a-cleanup.patch import CS nginx-1.22.1-8.module_el9+1086+80da4ced 2024-10-01 06:36:39 +00:00
0011-Optimized-chain-link-usage.patch import CS nginx-1.22.1-8.module_el9+1086+80da4ced 2024-10-01 06:36:39 +00:00
macros.nginxmods.in import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
maxim.key import CS nginx-1.22.1-4.module_el9+666+132dc76f 2023-09-29 09:30:09 +00:00
mdounin.key import CS nginx-1.22.1-4.module_el9+666+132dc76f 2023-09-29 09:30:09 +00:00
nginx-1.22.1.tar.gz.asc import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
nginx-ssl-pass-dialog import CS nginx-1.22.1-4.module_el9+666+132dc76f 2023-09-29 09:30:09 +00:00
nginx-upgrade import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
nginx-upgrade.8 import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
nginx.conf import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
nginx.logrotate import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
nginx.service import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
nginxmods.attr import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
README.dynamic import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00
sb.key import CS nginx-1.22.1-4.module_el9+666+132dc76f 2023-09-29 09:30:09 +00:00
thresh.key import CS nginx-1.22.1-4.module_el9+666+132dc76f 2023-09-29 09:30:09 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-03-29 06:49:31 +00:00

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