mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
b9f944b4fc
commit
b29195ce4c
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user