A high performance web server and reverse proxy server
21d57124fa
- add Sergey Kandaurov's PGP public key - add Roman Arutyunyan's PGP public key - remove Maxim Dounin's PGP public key - enable experimental HTTP/3 module - refresh patches - update default config http2 directive - remove outdated custom error pages, reducing maintenance burden |
||
---|---|---|
.fmf | ||
plans | ||
.gitignore | ||
0001-remove-Werror-in-upstream-build-scripts.patch | ||
0002-fix-PIDFile-handling.patch | ||
0003-Add-SSL-passphrase-dialog.patch | ||
arut.key | ||
changelog | ||
macros.nginxmods.in | ||
maxim.key | ||
nginx-logo.png | ||
nginx-ssl-pass-dialog | ||
nginx-upgrade | ||
nginx-upgrade.8 | ||
nginx.conf | ||
nginx.logrotate | ||
nginx.service | ||
nginx.spec | ||
nginxmods.attr | ||
pluknet.key | ||
README.dynamic | ||
sb.key | ||
sources | ||
thresh.key | ||
UPGRADE-NOTES-1.6-to-1.10 |
############### 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/share/nginx/modules/*.conf;