forked from rpms/nginx
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.
CentOS Sources
7eb25e4f6e
|
11 months ago | |
---|---|---|
.. | ||
0001-unix-ngx_user-Apply-fix-for-really-old-bug-in-glibc-.patch | 11 months ago | |
50x.html | 11 months ago | |
404.html | 11 months ago | |
README.dynamic | 11 months ago | |
UPGRADE-NOTES-1.6-to-1.10 | 11 months ago | |
index.html | 11 months ago | |
nginx-1.14.0-logs-perm.patch | 11 months ago | |
nginx-1.14.0-pkcs11.patch | 11 months ago | |
nginx-1.14.1-CVE-2019-9511.patch | 11 months ago | |
nginx-1.14.1-CVE-2019-9513.patch | 11 months ago | |
nginx-1.14.1-CVE-2019-9516.patch | 11 months ago | |
nginx-1.14.1-enable-tls1v3-by-default.patch | 11 months ago | |
nginx-1.14.1-perl-module-hardening.patch | 11 months ago | |
nginx-auto-cc-gcc.patch | 11 months ago | |
nginx-logo.png | 11 months ago | |
nginx-upgrade | 11 months ago | |
nginx-upgrade.8 | 11 months ago | |
nginx.conf | 11 months ago | |
nginx.logrotate | 11 months ago | |
nginx.service | 11 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;