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 33216d7766 Tagging package [nginx] version [nginx-1.12.2-20.beta4] in directory [./]. 5 years ago
.tito Tagging package [nginx] version [nginx-1.12.2-20.beta4] in directory [./]. 5 years ago
50x.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
404.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
README.dynamic git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
UPGRADE-NOTES-1.6-to-1.10 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
index.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
lua-nginx-module-0.10.13.tar.gz git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx-1.12.2.tar.gz git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx-1.12.2.tar.gz.asc git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx-auto-cc-gcc.patch git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx-logo.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx-upgrade git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx-upgrade.8 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx.conf git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx.logrotate git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx.service git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
nginx.spec Tagging package [nginx] version [nginx-1.12.2-20.beta4] in directory [./]. 5 years ago
ngx_devel_kit-0.3.0.tar.gz git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 years ago
poweredby.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx 5 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;