nginx/SOURCES
eabdullin 270d35d08b Debrand for AlmaLinux 2023-10-17 09:40:12 +03:00
..
50x.html Debrand for AlmaLinux 2023-10-17 09:40:12 +03:00
404.html Debrand for AlmaLinux 2023-10-17 09:40:12 +03:00
README.dynamic import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
macros.nginxmods.in import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-1.14.0-logs-perm.patch import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-1.14.1-perl-module-hardening.patch import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-1.16.0-pkcs11.patch import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-1.18.0-pkcs11-cert.patch import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-1.20.0-enable-tls1v3-by-default.patch import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-1.22-CVE-2023-44487.patch import UBI nginx-1.22.1-1.module+el8.8.0+20355+6d9c8a63.1 2023-10-16 15:33:11 +00:00
nginx-auto-cc-gcc.patch import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-upgrade import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx-upgrade.8 import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx.conf import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx.logrotate import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginx.service import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginxmods.attr import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +00:00
nginxmods.req import nginx-1.22.1-1.module+el8.8.0+17453+51077804 2023-05-16 07:05:01 +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;