aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>2022-03-29 13:31:38 +0200
committerKhem Raj <raj.khem@gmail.com>2022-03-29 08:33:41 -0700
commitef3cc6e87bd63d682b548b43dd8087c930093d4d (patch)
tree99b561aa35289348be651729d420107fbd19dc04 /meta-webserver
parentabbb93899eb145699c3d7a2f2fe4f92732b91b3e (diff)
downloadmeta-openembedded-contrib-ef3cc6e87bd63d682b548b43dd8087c930093d4d.tar.gz
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>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index b99e29ef99..dfced33300 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -39,6 +39,7 @@ DISABLE_STATIC = ""
PACKAGECONFIG ??= "ssl"
+PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
PACKAGECONFIG[http2] = "--with-http_v2_module,,"
PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"