bug#76357: [PATCH] gnu: web: add nginx-headers-more-module

Message ID 87r03sgam2.fsf@gnu.org
State New
Headers
Series bug#76357: [PATCH] gnu: web: add nginx-headers-more-module |

Commit Message

Ludovic Courtès Feb. 20, 2025, 10:43 a.m. UTC
  Karl Hallsby <karl@hallsby.com> skribis:

> From: Raven Hallsby <karl@hallsby.com>
>
> * gnu/packages/web.scm (nginx-headers-more-module): New variable.
>
> Change-Id: I8219fefadd008b884f836f974d0850b352825ee0

Applied with the change below.

Thanks,
Ludo’.
  

Patch

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7a4daee5c35..240163b034e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1035,8 +1035,8 @@  (define-public nginx-headers-more-module
             (delete 'install-man-page)))))
     (home-page "https://github.com/openresty/headers-more-nginx-module")
     (synopsis "Set, add, and clear input and output headers in NGINX http servers")
-    (description "Allows adding, setting, or clearing any output or input header
-specified.
+    (description "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 @code{Content-Type},