nginx: add ngx_http_sub_module
This commit is contained in:
parent
1b10535e55
commit
370c0a543f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.16.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
||||
makedepends="${hostmakedepends}"
|
||||
|
@ -65,6 +65,7 @@ do_configure() {
|
|||
--with-http_realip_module \
|
||||
--with-http_ssl_module \
|
||||
--with-http_stub_status_module \
|
||||
--with-http_sub_module \
|
||||
$(vopt_if geoip --with-http_geoip_module)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue