Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Daniel Berteaud ef97aa7557 Automatic commit of package [nginx] minor release [1.16.1-1]. il y a 5 ans
.tito Automatic commit of package [nginx] minor release [1.16.1-1]. il y a 5 ans
.gitattributes Switch to lfs to track archives and update to 1.15.7 il y a 5 ans
50x.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
404.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
README.dynamic git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
UPGRADE-NOTES-1.6-to-1.10 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
index.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
lua-nginx-module-0.10.15.tar.gz Update to 0.16.1 il y a 5 ans
modsecurity-nginx-v1.0.0.tar.gz Switch to lfs to track archives and update to 1.15.7 il y a 5 ans
naxsi-0.56.tar.gz Switch to lfs to track archives and update to 1.15.7 il y a 5 ans
nginx-1.16.1.tar.gz Update to 0.16.1 il y a 5 ans
nginx-1.16.1.tar.gz.asc Update to 0.16.1 il y a 5 ans
nginx-auto-cc-gcc.patch git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx-logo.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx-upgrade git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx-upgrade.8 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx.conf git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx.logrotate git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx.service git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans
nginx.spec Automatic commit of package [nginx] minor release [1.16.1-1]. il y a 5 ans
ngx_devel_kit-0.3.1.tar.gz Update to 0.16.1 il y a 5 ans
poweredby.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx il y a 5 ans

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;