Go to file
Daniel Berteaud ef97aa7557 Automatic commit of package [nginx] minor release [1.16.1-1].
Created by command:

/usr/bin/tito tag --use-version 1.16.1 --use-release 1%{?dist} --no-auto-changelog
2019-09-03 16:18:50 +02:00
.tito Automatic commit of package [nginx] minor release [1.16.1-1]. 2019-09-03 16:18:50 +02:00
.gitattributes Switch to lfs to track archives and update to 1.15.7 2018-12-03 09:14:04 +01:00
50x.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
404.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
README.dynamic git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
UPGRADE-NOTES-1.6-to-1.10 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
index.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
lua-nginx-module-0.10.15.tar.gz Update to 0.16.1 2019-09-03 15:32:06 +02:00
modsecurity-nginx-v1.0.0.tar.gz Switch to lfs to track archives and update to 1.15.7 2018-12-03 09:14:04 +01:00
naxsi-0.56.tar.gz Switch to lfs to track archives and update to 1.15.7 2018-12-03 09:14:04 +01:00
nginx-1.16.1.tar.gz Update to 0.16.1 2019-09-03 15:32:06 +02:00
nginx-1.16.1.tar.gz.asc Update to 0.16.1 2019-09-03 15:32:06 +02:00
nginx-auto-cc-gcc.patch git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx-logo.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx-upgrade git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx-upgrade.8 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx.conf git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx.logrotate git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx.service git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01:00
nginx.spec Automatic commit of package [nginx] minor release [1.16.1-1]. 2019-09-03 16:18:50 +02:00
ngx_devel_kit-0.3.1.tar.gz Update to 0.16.1 2019-09-03 15:32:06 +02:00
poweredby.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 2018-11-06 17:45:22 +01: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;