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
df537546ef
|
4 months ago | |
---|---|---|
.. | ||
0001-remove-Werror-in-upstream-build-scripts.patch | 1 year ago | |
0002-fix-PIDFile-handling.patch | 1 year ago | |
0003-Support-loading-cert-hardware-token-PKC.patch | 1 year ago | |
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch | 1 year ago | |
0005-Init-openssl-engine-properly.patch | 1 year ago | |
0007-Enable-TLSv1.3-by-default.patch | 1 year ago | |
0008-add-ssl-pass-phrase-dialog.patch | 4 months ago | |
0009-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch | 1 year ago | |
50x.html | 1 year ago | |
404.html | 1 year ago | |
README.dynamic | 1 year ago | |
UPGRADE-NOTES-1.6-to-1.10 | 1 year ago | |
macros.nginxmods.in | 1 year ago | |
maxim.key | 1 year ago | |
mdounin.key | 1 year ago | |
nginx-1.22.1.tar.gz.asc | 1 year ago | |
nginx-ssl-pass-dialog | 1 year ago | |
nginx-upgrade | 1 year ago | |
nginx-upgrade.8 | 1 year ago | |
nginx.conf | 1 year ago | |
nginx.logrotate | 1 year ago | |
nginx.service | 1 year ago | |
nginxmods.attr | 1 year ago | |
sb.key | 1 year ago | |
thresh.key | 1 year 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/share/nginx/modules/*.conf;