nginx/SOURCES
Andrew Lukoshko 11fd354236 AlmaLinux changes 2021-09-15 10:43:52 +00:00
..
50x.html AlmaLinux changes 2021-09-15 10:43:52 +00:00
404.html AlmaLinux changes 2021-09-15 10:43:52 +00:00
README.dynamic import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
index.html AlmaLinux changes 2021-09-15 10:43:52 +00:00
nginx-1.14.0-logs-perm.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-1.14.1-perl-module-hardening.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-1.16.0-CVE-2021-23017.patch import nginx-1.16.1-2.module+el8.4.0+11155+68135136.1 2021-09-10 12:51:44 +00:00
nginx-1.16.0-enable-tls1v3-by-default.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-1.16.0-pkcs11.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-1.16.1-CVE-2019-20372.patch import nginx-1.16.1-1.module+el8.3.0+8844+e5e7039f.1 2021-09-10 12:51:34 +00:00
nginx-auto-cc-gcc.patch import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-logo.png import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-upgrade import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx-upgrade.8 import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx.conf import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx.logrotate import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51:25 +00:00
nginx.service import nginx-1.16.1-1.module+el8.1.0+4097+739b0d87 2021-09-10 12:51: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/lib64/nginx/modules/*.conf;