diff options
Diffstat (limited to 'meta-webserver')
-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,," |