aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorMichael Haener <michael.haener@siemens.com>2024-01-16 15:12:56 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-19 09:51:05 -0800
commitb29195ce4c4c41e9c084f0ebd182a0a521b3c669 (patch)
tree1957bc28878778ef6b85df97d49c478270eb3905 /meta-webserver/recipes-httpd
parentb9f944b4fca2d151fec836b7827b3c303609f84d (diff)
downloadmeta-openembedded-b29195ce4c4c41e9c084f0ebd182a0a521b3c669.tar.gz
nginx: add http sub module feature
Providing the http sub module feature. The module works as a filter which replaces a specific character string in a response with another character string. Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-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 8890e0bea1..f65c209710 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -47,6 +47,7 @@ PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
PACKAGECONFIG[ipv6] = "--with-ipv6,,"
PACKAGECONFIG[webdav] = "--with-http_dav_module,,"
PACKAGECONFIG[stream] = "--with-stream,,"
+PACKAGECONFIG[http-sub-module] = "--with-http_sub_module,,"
PACKAGECONFIG[xslt] = "--with-http_xslt_module,,libxslt"