mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
nginx: add gunzip PACKAGECONFIG
The nginx gunzip module is a filter that decompresses responses with 'Content-Encoding: gzip' for clients that do not support 'gzip' encoding method. The module will be useful when it is desirable to store data compressed to save space and reduce I/O costs. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
abbb93899e
commit
ef3cc6e87b
@@ -39,6 +39,7 @@ DISABLE_STATIC = ""
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "ssl"
|
PACKAGECONFIG ??= "ssl"
|
||||||
|
|
||||||
|
PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
|
||||||
PACKAGECONFIG[http2] = "--with-http_v2_module,,"
|
PACKAGECONFIG[http2] = "--with-http_v2_module,,"
|
||||||
PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
|
PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
|
||||||
PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
|
PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
|
||||||
|
|||||||
Reference in New Issue
Block a user