[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48838] [PATCH] gnu: nginx: Build with support for a few more module
From: |
Ludovic Courtès |
Subject: |
[bug#48838] [PATCH] gnu: nginx: Build with support for a few more modules. |
Date: |
Tue, 08 Jun 2021 23:00:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
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’.