This package browser is in early development. Mind the rough edges.

nginx-headers-more-module

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.

Installation

Install the latest version of nginx-headers-more-module as follows:

guix install nginx-headers-more-module

Or install a particular version:

guix install nginx-headers-more-module@0.38

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.

Badge code

You can use the following badge to inform users of nginx-headers-more-module about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/nginx-headers-more-module'><img src='https://packages.guix.gnu.org/packages/nginx-headers-more-module/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nginx-headers-more-module/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/nginx-headers-more-module)

Example Org:

[[https://packages.guix.gnu.org/packages/nginx-headers-more-module][https://packages.guix.gnu.org/packages/nginx-headers-more-module/badges/latest-version.svg]]