A high performance web server and reverse proxy server
Go to file
2021-04-30 12:04:12 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
50x.html RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
404.html RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02: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
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 Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
nginx.service Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
nginx.spec Resolves: #1955560 - centralizing default index.html on nginx 2021-04-30 12:04:12 +00:00
README.dynamic RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
sb.key RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00
sources Resolve: #1953639 - Rebase nginx to 1.20 2021-04-26 15:42:27 +00:00
UPGRADE-NOTES-1.6-to-1.10 RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:06:25 +02:00

###############
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;