A high performance web server and reverse proxy server
Go to file
Luboš Uhliarik 4c9af06397 Related: RHEL-12518 - nginx: HTTP/2: Multiple HTTP/2 enabled web servers are 2023-10-17 03:36:57 +00:00
.gitignore Remove created gpg and add it to .gitignore 2021-09-21 16:56:07 +02:00
.nginx.metadata Related: RHEL-12518 - nginx: HTTP/2: Multiple HTTP/2 enabled web servers are 2023-10-17 03:36:57 +00:00
0001-remove-Werror-in-upstream-build-scripts.patch Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
0002-fix-PIDFile-handling.patch Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
0003-Support-loading-cert-hardware-token-PKC.patch Resolves: #1955564 - [RFE] Support loading certificates from hardware 2021-04-30 13:30:49 +00:00
0004-Set-proper-compiler-optimalization-level-O2-for-perl.patch Resolves: #2006822 - Hardening tests fail for nginx 2021-09-22 16:04:14 +02:00
0005-Init-openssl-engine-properly.patch Resolves: #2006420 - Broken loading certificates from hardware token (PKCS#11) 2021-09-22 16:37:10 +02:00
0006-Fix-ALPACA-security-issue.patch Resolves: #1975747 - CVE-2021-3618 nginx: ALPACA: Application Layer Protocol 2022-02-02 20:47:07 +01:00
0007-Enable-TLSv1.3-by-default.patch Related: #2028781 - Protocol : TLSv1.3 missing in rhel9 2022-06-21 14:13:26 +02:00
0008-CVE-2023-44487-HTTP-2-per-iteration-stream-handling.patch Resolves: RHEL-12518 - nginx: HTTP/2: Multiple HTTP/2 enabled web servers are 2023-10-16 19:42:42 +02:00
50x.html Resolves: #2007019 - use proper wording in error pages 2021-09-23 00:28:41 +02:00
404.html Resolves: #2007019 - use proper wording in error pages 2021-09-23 00:28:41 +02:00
README.dynamic RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
UPGRADE-NOTES-1.6-to-1.10 RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
gating.yaml Fix gating.yaml for RHEL-9. 2021-04-30 13:31:40 +00:00
macros.nginxmods.in Add -mod-devel subpackage for building external nginx modules 2021-09-21 16:05:28 +02:00
maxim.key RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
mdounin.key RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
nginx-logo.png RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
nginx-upgrade RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
nginx-upgrade.8 RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
nginx.conf Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
nginx.logrotate Resolves: #2086527 - Fix logrotate config and nginx log dir permissions 2022-11-24 13:34:51 +01:00
nginx.service Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
nginx.spec Related: RHEL-12518 - nginx: HTTP/2: Multiple HTTP/2 enabled web servers are 2023-10-17 03:36:57 +00:00
nginxmods.attr Add -mod-devel subpackage for building external nginx modules 2021-09-21 16:05:28 +02:00
sb.key RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
sources new version 1.20.1 2021-06-02 15:57:02 +02:00

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;