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 13ca3115b3
import nginx-1.26.1-6.el10
1 month ago
..
0001-remove-Werror-in-upstream-build-scripts.patch import nginx-1.26.1-6.el10 1 month ago
0002-fix-PIDFile-handling.patch import nginx-1.26.1-6.el10 1 month ago
0003-Add-SSL-passphrase-dialog.patch import nginx-1.26.1-6.el10 1 month ago
0004-Disable-ENGINE-support.patch import nginx-1.26.1-6.el10 1 month ago
0005-Compile-perl-module-with-O2.patch import nginx-1.26.1-6.el10 1 month ago
README.dynamic import nginx-1.26.1-6.el10 1 month ago
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.26.1-6.el10 1 month ago
arut.key import nginx-1.26.1-6.el10 1 month ago
macros.nginxmods.in import nginx-1.26.1-6.el10 1 month ago
maxim.key import nginx-1.26.1-6.el10 1 month ago
nginx-1.26.1.tar.gz.asc import nginx-1.26.1-6.el10 1 month ago
nginx-ssl-pass-dialog import nginx-1.26.1-6.el10 1 month ago
nginx-upgrade import nginx-1.26.1-6.el10 1 month ago
nginx-upgrade.8 import nginx-1.26.1-6.el10 1 month ago
nginx.conf import nginx-1.26.1-6.el10 1 month ago
nginx.logrotate import nginx-1.26.1-6.el10 1 month ago
nginx.service import nginx-1.26.1-6.el10 1 month ago
nginxmods.attr import nginx-1.26.1-6.el10 1 month ago
pluknet.key import nginx-1.26.1-6.el10 1 month ago
sb.key import nginx-1.26.1-6.el10 1 month ago
thresh.key import nginx-1.26.1-6.el10 1 month 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;