forked from rpms/nginx
1
0
Fork 0
A high performance web server and reverse proxy server
Go to file
Luboš Uhliarik 9fc90aea8b Add -mod-devel subpackage for building external nginx modules
Resolves: rhbz#1991720 (Neal Gompa)
2021-09-21 16:05:28 +02:00
.gitignore 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
0003-Support-loading-cert-hardware-token-PKC.patch Resolves: #1955564 - [RFE] Support loading certificates from hardware 2021-04-30 13:30:49 +00: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
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.gpg Add -mod-devel subpackage for building external nginx modules 2021-09-21 16:05:28 +02: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 Add -mod-devel subpackage for building external nginx modules 2021-09-21 16:05:28 +02: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;