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
Arkady L. Shane 3a12a61871
Fix poweredby icon
1 month ago
..
50x.html Fix poweredby icon 1 month ago
404.html Fix poweredby icon 1 month ago
README.dynamic import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
UPGRADE-NOTES-1.6-to-1.10 import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-1.14.0-logs-perm.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-1.14.1-perl-module-hardening.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-1.16.0-enable-tls1v3-by-default.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-1.16.0-pkcs11.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-1.18.0-CVE-2021-23017.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-1.18.0-pkcs11-cert.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-auto-cc-gcc.patch import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-logo.png import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-upgrade import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx-upgrade.8 import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx.conf import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx.logrotate import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 months ago
nginx.service import nginx-1.18.0-3.module+el8.4.0+11152+f736ed63.1 9 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/lib64/nginx/modules/*.conf;