You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Berteaud
479560c20b
|
5 years ago | |
---|---|---|
.tito | 5 years ago | |
.gitattributes | 6 years ago | |
50x.html | 6 years ago | |
404.html | 6 years ago | |
README.dynamic | 6 years ago | |
UPGRADE-NOTES-1.6-to-1.10 | 6 years ago | |
index.html | 6 years ago | |
lua-nginx-module-0.10.15.tar.gz | 5 years ago | |
modsecurity-nginx-v1.0.0.tar.gz | 6 years ago | |
naxsi-0.56.tar.gz | 6 years ago | |
nginx-1.16.1.tar.gz | 5 years ago | |
nginx-1.16.1.tar.gz.asc | 5 years ago | |
nginx-auto-cc-gcc.patch | 6 years ago | |
nginx-logo.png | 6 years ago | |
nginx-upgrade | 6 years ago | |
nginx-upgrade.8 | 6 years ago | |
nginx.conf | 6 years ago | |
nginx.logrotate | 6 years ago | |
nginx.service | 6 years ago | |
nginx.spec | 5 years ago | |
ngx_devel_kit-0.3.1.tar.gz | 5 years ago | |
poweredby.png | 6 years ago |
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;