A high performance web server and reverse proxy server
c5e0b20565
Resolves: RHEL-39595 - nginx: undisclosed QUIC packets can cause NGINX worker processes to leak previously freed memory (CVE-2024-34161) Resolves: RHEL-39594 - nginx: undisclosed HTTP/3 requests can cause NGINX worker processes to terminate (CVE-2024-31079) Resolves: RHEL-39592 - nginx: undisclosed HTTP/3 encoder instructions terminate or cause or other potential impact (CVE-2024-32760) Resolves: RHEL-39591 - nginx: undisclosed HTTP/3 requests can cause NGINX worker processes to terminate (CVE-2024-35200) |
||
---|---|---|
.fmf | ||
plans | ||
.gitignore | ||
0001-remove-Werror-in-upstream-build-scripts.patch | ||
0002-fix-PIDFile-handling.patch | ||
0003-Add-SSL-passphrase-dialog.patch | ||
arut.key | ||
changelog | ||
ci.fmf | ||
gating.yaml | ||
macros.nginxmods.in | ||
maxim.key | ||
nginx-logo.png | ||
nginx-ssl-pass-dialog | ||
nginx-upgrade | ||
nginx-upgrade.8 | ||
nginx.conf | ||
nginx.logrotate | ||
nginx.service | ||
nginx.spec | ||
nginxmods.attr | ||
pluknet.key | ||
README.dynamic | ||
sb.key | ||
sources | ||
thresh.key | ||
UPGRADE-NOTES-1.6-to-1.10 |
############### 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;