A high performance web server and reverse proxy server
35ba4343b4
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nginx.git#cdbbf72f9e6b5ba3a2c8074d3dcad4ec4a9d6f3c |
||
---|---|---|
.gitignore | ||
50x.html | ||
404.html | ||
aalexeev.key | ||
is.key | ||
maxim.key | ||
mdounin.key | ||
nginx-1.12.1-logs-perm.patch | ||
nginx-auto-cc-gcc.patch | ||
nginx-logo.png | ||
nginx-upgrade | ||
nginx-upgrade.8 | ||
nginx.conf | ||
nginx.logrotate | ||
nginx.service | ||
nginx.spec | ||
README.dynamic | ||
sb.key | ||
sources | ||
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/lib64/nginx/modules/*.conf;