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 ef97aa7557 Automatic commit of package [nginx] minor release [1.16.1-1]. преди 5 години
.tito Automatic commit of package [nginx] minor release [1.16.1-1]. преди 5 години
.gitattributes Switch to lfs to track archives and update to 1.15.7 преди 5 години
50x.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
404.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
README.dynamic git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
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 години
index.html git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
lua-nginx-module-0.10.15.tar.gz Update to 0.16.1 преди 5 години
modsecurity-nginx-v1.0.0.tar.gz Switch to lfs to track archives and update to 1.15.7 преди 5 години
naxsi-0.56.tar.gz Switch to lfs to track archives and update to 1.15.7 преди 5 години
nginx-1.16.1.tar.gz Update to 0.16.1 преди 5 години
nginx-1.16.1.tar.gz.asc Update to 0.16.1 преди 5 години
nginx-auto-cc-gcc.patch git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx-logo.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx-upgrade git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx-upgrade.8 git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx.conf git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx.logrotate git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx.service git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години
nginx.spec Automatic commit of package [nginx] minor release [1.16.1-1]. преди 5 години
ngx_devel_kit-0.3.1.tar.gz Update to 0.16.1 преди 5 години
poweredby.png git-annex in dani@LAPIOLE.ORG@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/nginx преди 5 години

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;