nginx/SOURCES
Andrew Lukoshko 45ba292318 import UBI nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 2023-10-26 11:11:25 +00:00
..
0001-remove-Werror-in-upstream-build-scripts.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
0002-fix-PIDFile-handling.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
0003-Support-loading-cert-hardware-token-PKC.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +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-05-09 05:29:51 +00:00
0005-Init-openssl-engine-properly.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
0007-Enable-TLSv1.3-by-default.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
0008-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch import UBI nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 2023-10-26 11:11:25 +00:00
50x.html import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
404.html import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
README.dynamic import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
macros.nginxmods.in import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
maxim.key import UBI nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 2023-10-26 11:11:25 +00:00
mdounin.key import UBI nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 2023-10-26 11:11:25 +00:00
nginx-1.22.1.tar.gz.asc import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
nginx-upgrade import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
nginx-upgrade.8 import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
nginx.conf import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
nginx.logrotate import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
nginx.service import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
nginxmods.attr import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 2023-05-09 05:29:51 +00:00
sb.key import UBI nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 2023-10-26 11:11:25 +00:00
thresh.key import UBI nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 2023-10-26 11:11:25 +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;