4
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Daniel Berteaud ef97aa7557 Automatic commit of package [nginx] minor release [1.16.1-1]. vor 5 Jahren
.tito Automatic commit of package [nginx] minor release [1.16.1-1]. vor 5 Jahren
.gitattributes Switch to lfs to track archives and update to 1.15.7 vor 5 Jahren
50x.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
404.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
README.dynamic git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
UPGRADE-NOTES-1.6-to-1.10 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
index.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
lua-nginx-module-0.10.15.tar.gz Update to 0.16.1 vor 5 Jahren
modsecurity-nginx-v1.0.0.tar.gz Switch to lfs to track archives and update to 1.15.7 vor 5 Jahren
naxsi-0.56.tar.gz Switch to lfs to track archives and update to 1.15.7 vor 5 Jahren
nginx-1.16.1.tar.gz Update to 0.16.1 vor 5 Jahren
nginx-1.16.1.tar.gz.asc Update to 0.16.1 vor 5 Jahren
nginx-auto-cc-gcc.patch git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx-logo.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx-upgrade git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx-upgrade.8 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx.conf git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx.logrotate git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx.service git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren
nginx.spec Automatic commit of package [nginx] minor release [1.16.1-1]. vor 5 Jahren
ngx_devel_kit-0.3.1.tar.gz Update to 0.16.1 vor 5 Jahren
poweredby.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx vor 5 Jahren

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;