nginx/SOURCES
eabdullin f6226264bc Debrand from AlmaLinux 2024-04-11 12:47:46 +03:00
..
50x.html Debrand from AlmaLinux 2024-04-11 12:47:46 +03:00
404.html Debrand from AlmaLinux 2024-04-11 12:47:46 +03:00
README.dynamic import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +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_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginx-1.14.0-logs-perm.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +00:00
nginx-1.14.1-perl-module-hardening.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +00:00
nginx-1.16.0-pkcs11.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +00:00
nginx-1.18.0-pkcs11-cert.patch import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginx-1.22-CVE-2023-44487.patch import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginx-1.24.0-enable-tls1v3-by-default.patch import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginx-auto-cc-gcc.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2023-05-19 04:05:19 +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_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginx.logrotate import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginx.service import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginxmods.attr import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +00:00
nginxmods.req import CS nginx-1.24.0-1.module_el8+834+8508b655 2024-03-29 14:59:49 +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;