https://github.com/pkgstore-old/linux-rpm-nginx
https://github.com/pkgstore-old/linux-rpm-nginx
linux nginx pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-nginx
- Owner: pkgstore-old
- License: bsd-2-clause
- Created: 2021-06-17T15:51:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T22:18:07.000Z (about 4 years ago)
- Last Synced: 2025-01-29T21:49:00.273Z (over 1 year ago)
- Topics: linux, nginx, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Language: HTML
- Size: 125 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.dynamic
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
###############
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;