diff options
| author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | 2022-03-29 13:31:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-29 08:33:41 -0700 |
| commit | ef3cc6e87bd63d682b548b43dd8087c930093d4d (patch) | |
| tree | 99b561aa35289348be651729d420107fbd19dc04 | |
| parent | abbb93899eb145699c3d7a2f2fe4f92732b91b3e (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 1 |
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 = "" | |||
| 39 | 39 | ||
| 40 | PACKAGECONFIG ??= "ssl" | 40 | PACKAGECONFIG ??= "ssl" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,," | ||
| 42 | PACKAGECONFIG[http2] = "--with-http_v2_module,," | 43 | PACKAGECONFIG[http2] = "--with-http_v2_module,," |
| 43 | PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" | 44 | PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" |
| 44 | PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," | 45 | PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," |
