unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48838] [PATCH] gnu: nginx: Build with support for a few more modules.
@ 2021-06-04 20:29 Christopher Baines
  2021-06-08 21:00 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2021-06-04 20:29 UTC (permalink / raw)
  To: 48838

I think this is generally useful. Personally, I want the HTTP gzip static and
gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
sub and addition ones are easy to enable as well.

* gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
--with-http_gzip_static_module, --with-http_gunzip_module,
--with-http_addition_module, --with-http_sub_module.
---
 gnu/packages/web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4753eca8da..15befe7e6d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -399,6 +399,10 @@ the same, being completely separated from the Internet.")
                                   "--with-http_ssl_module"
                                   "--with-http_v2_module"
                                   "--with-http_xslt_module"
+                                  "--with-http_gzip_static_module"
+                                  "--with-http_gunzip_module"
+                                  "--with-http_addition_module"
+                                  "--with-http_sub_module"
                                   "--with-pcre-jit"
                                   "--with-debug"
                                   "--with-stream"
-- 
2.31.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#48838] [PATCH] gnu: nginx: Build with support for a few more modules.
  2021-06-04 20:29 [bug#48838] [PATCH] gnu: nginx: Build with support for a few more modules Christopher Baines
@ 2021-06-08 21:00 ` Ludovic Courtès
  2021-06-09  8:12   ` bug#48838: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-06-08 21:00 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 48838

Hi!

Christopher Baines <mail@cbaines.net> skribis:

> I think this is generally useful. Personally, I want the HTTP gzip static and
> gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
> sub and addition ones are easy to enable as well.
>
> * gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
> --with-http_gzip_static_module, --with-http_gunzip_module,
> --with-http_addition_module, --with-http_sub_module.

LGTM, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#48838: [PATCH] gnu: nginx: Build with support for a few more modules.
  2021-06-08 21:00 ` Ludovic Courtès
@ 2021-06-09  8:12   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2021-06-09  8:12 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 48838-done

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Hi!
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> I think this is generally useful. Personally, I want the HTTP gzip static and
>> gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
>> sub and addition ones are easy to enable as well.
>>
>> * gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
>> --with-http_gzip_static_module, --with-http_gunzip_module,
>> --with-http_addition_module, --with-http_sub_module.
>
> LGTM, thanks!

Great, pushed as 2d31eeecf06ab14732d374c75cdf6e7a55aa704e.

Thanks for taking a look!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-09  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 20:29 [bug#48838] [PATCH] gnu: nginx: Build with support for a few more modules Christopher Baines
2021-06-08 21:00 ` Ludovic Courtès
2021-06-09  8:12   ` bug#48838: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).