diff options
-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 e6ae52a09..f1b50bcde 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -71,6 +71,7 @@ do_configure () { | |||
71 | --http-scgi-temp-path=/run/nginx/scgi_temp \ | 71 | --http-scgi-temp-path=/run/nginx/scgi_temp \ |
72 | --pid-path=/run/nginx/nginx.pid \ | 72 | --pid-path=/run/nginx/nginx.pid \ |
73 | --prefix=${prefix} \ | 73 | --prefix=${prefix} \ |
74 | --with-threads \ | ||
74 | --with-http_ssl_module \ | 75 | --with-http_ssl_module \ |
75 | --with-http_gzip_static_module \ | 76 | --with-http_gzip_static_module \ |
76 | ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} | 77 | ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} |