Go to file
Jamie Nguyen 7517b82bb0 Vim ftplugin not available in this nginx version 2019-05-07 07:07:42 +01:00
.gitignore Update to 1.10.1 2016-07-02 19:36:58 +01:00
50x.html Use absolute paths to images in error pages 2015-06-16 22:31:58 +01:00
404.html Use absolute paths to images in error pages 2015-06-16 22:31:58 +01:00
README.dynamic Rename to README.dynamic 2016-07-02 19:50:36 +01:00
UPGRADE-NOTES-0.8-to-1.10 HTTP/2 not possible on RHEL 5 2016-07-02 20:35:18 +01:00
UPGRADE-NOTES-1.0-to-1.10 Update to 1.10.1 2016-07-02 19:36:58 +01:00
default.conf Update to 1.10.1 2016-07-02 19:36:58 +01:00
index.html update default we pages to use EPEL instead of Fedora 2010-10-31 15:54:01 -06:00
nginx-auto-cc-gcc.patch auto-import nginx-0.5.15-3 on branch devel from nginx-0.5.15-3.src.rpm 2007-03-24 18:31:48 +00:00
nginx-logo.png Optimize png images with optipng 2015-06-16 22:31:02 +01:00
nginx.conf Rename to README.dynamic 2016-07-02 19:50:36 +01:00
nginx.init Update to 1.0.13 and spec file cleanup 2012-03-07 23:25:59 +00:00
nginx.logrotate Fix postrotate script in nginx.logrotate 2012-05-14 19:25:07 +01:00
nginx.spec Vim ftplugin not available in this nginx version 2019-05-07 07:07:42 +01:00
nginx.sysconfig add sysconfig file 2008-05-12 05:11:36 +00:00
poweredby.png Optimize png images with optipng 2015-06-16 22:31:02 +01:00
sources New sources 2019-05-07 07:03:56 +01:00
ssl.conf Update to 1.10.1 2016-07-02 19:36:58 +01:00
virtual.conf Update to new upstream stable branch 2008-05-12 04:40:35 +00: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;