nginx-headers-more-module 0.38
Set, add, and clear input and output headers in NGINX http servers
This NGINX module allows adding, setting, or clearing any output or input header specified.
This is an enhanced version of the standard headers module because it provides more utilities like resetting or clearing "builtin headers" like Content-Type
, Content-Length
, and Server
.
It also allows you to specify an optional HTTP status code criteria using the -s
option and an optional content type criteria using the -t
option while modifying the output headers with the more_set_headers and more_clear_headers directives.
- Outputs:
out
- Website: https://github.com/openresty/headers-more-nginx-module
- Licenses: FreeBSD
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nginx-headers-more-module 0.38
as follows:
guix install nginx-headers-more-module@0.38
Or install the latest version:
guix install nginx-headers-more-module
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.