forked from rpms/nginx
1
0
Fork 0
nginx/SOURCES
eabdullin 4a00f07273 Merge branch 'c9' into a9 2023-05-09 05:29:56 +00:00
..
0001-remove-Werror-in-upstream-build-scripts.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0002-fix-PIDFile-handling.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0003-Support-loading-cert-hardware-token-PKC.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0005-Init-openssl-engine-properly.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0006-Fix-ALPACA-security-issue.patch import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
0007-Enable-TLSv1.3-by-default.patch import nginx-1.20.1-13.el9 2022-11-15 11:52:33 +00:00
50x.html AlmaLinux changes 2022-05-18 14:00:30 +03:00
404.html AlmaLinux changes 2022-05-18 14:00:30 +03:00
README.dynamic import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
macros.nginxmods.in import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx-1.20.1.tar.gz.asc import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx-logo.png import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx-upgrade import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx-upgrade.8 import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx.conf import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginx.logrotate import nginx-1.20.1-14.el9 2023-05-09 05:29:44 +00:00
nginx.service import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +00:00
nginxmods.attr import nginx-1.20.1-10.el9 2022-05-17 17:05:40 +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/lib64/nginx/modules/*.conf;