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.
MSVSphere Packaging Team
4b2138fb20
|
2 years ago | |
---|---|---|
.. | ||
0001-remove-Werror-in-upstream-build-scripts.patch | 2 years ago | |
0002-fix-PIDFile-handling.patch | 2 years ago | |
0003-Support-loading-cert-hardware-token-PKC.patch | 2 years ago | |
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch | 2 years ago | |
0005-Init-openssl-engine-properly.patch | 2 years ago | |
0006-Fix-ALPACA-security-issue.patch | 2 years ago | |
0007-Enable-TLSv1.3-by-default.patch | 2 years ago | |
50x.html | 2 years ago | |
404.html | 2 years ago | |
README.dynamic | 2 years ago | |
UPGRADE-NOTES-1.6-to-1.10 | 2 years ago | |
macros.nginxmods.in | 2 years ago | |
nginx-1.20.1.tar.gz.asc | 2 years ago | |
nginx-logo.png | 2 years ago | |
nginx-upgrade | 2 years ago | |
nginx-upgrade.8 | 2 years ago | |
nginx.conf | 2 years ago | |
nginx.logrotate | 2 years ago | |
nginx.service | 2 years ago | |
nginxmods.attr | 2 years 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;