A high performance web server and reverse proxy server
Go to file
2025-05-14 15:15:48 +00:00
.gitignore import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
0001-remove-Werror-in-upstream-build-scripts.patch import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
0002-fix-PIDFile-handling.patch import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
0003-Add-SSL-passphrase-dialog.patch import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
0004-Disable-ENGINE-support.patch import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
0005-Compile-perl-module-with-O2.patch import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
arut.key import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
instance.conf import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
macros.nginxmods.in import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
maxim.key import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx-1.26.3.tar.gz.asc import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx-ssl-pass-dialog import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx-upgrade import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx-upgrade.8 import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx.conf import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx.logrotate import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx.service import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx.spec import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx.sysusers import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginx@.service import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
nginxmods.attr import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
pluknet.key import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
README.dynamic import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
sb.key import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
sources import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
thresh.key import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00
UPGRADE-NOTES-1.6-to-1.10 import UBI nginx-1.26.3-1.el10 2025-05-14 15:15:48 +00:00

###############
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;