You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nginx/SOURCES
MSVSphere Packaging Team fd4cf602c6
import nginx-1.22.1-5.module+el9.4.0+21951+1a8059c8.1
2 months ago
..
0001-remove-Werror-in-upstream-build-scripts.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
0002-fix-PIDFile-handling.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
0003-Support-loading-cert-hardware-token-PKC.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
0005-Init-openssl-engine-properly.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
0007-Enable-TLSv1.3-by-default.patch import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
0008-add-ssl-pass-phrase-dialog.patch import nginx-1.22.1-5.module+el9.4.0+21951+1a8059c8.1 2 months ago
0009-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch import nginx-1.22.1-5.module+el9.3.0.z+20438+032561a0 11 months ago
50x.html import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
404.html import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
README.dynamic import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
macros.nginxmods.in import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
maxim.key import nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 11 months ago
mdounin.key import nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 11 months ago
nginx-1.22.1.tar.gz.asc import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
nginx-ssl-pass-dialog import nginx-1.22.1-5.module+el9.3.0.z+20438+032561a0 11 months ago
nginx-upgrade import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
nginx-upgrade.8 import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
nginx.conf import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
nginx.logrotate import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
nginx.service import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
nginxmods.attr import nginx-1.22.1-3.module+el9.2.0+17617+2f289c6c 1 year ago
sb.key import nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 11 months ago
thresh.key import nginx-1.22.1-3.module+el9.2.0.z+20353+5a828d50.1 11 months ago

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;