A high performance web server and reverse proxy server
|
|
||
|---|---|---|
| .fmf | ||
| plans | ||
| .gitignore | ||
| 1.26.2-zlib-ng.patch | ||
| 0001-remove-Werror-in-upstream-build-scripts.patch | ||
| 0002-fix-PIDFile-handling.patch | ||
| 0003-Add-SSL-passphrase-dialog.patch | ||
| 0004-Disable-ENGINE-support.patch | ||
| 0005-Compile-perl-module-with-O2.patch | ||
| arut.key | ||
| changelog | ||
| ci.fmf | ||
| gating.yaml | ||
| instance.conf | ||
| 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 | ||
| nginx@.service | ||
| 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;