mirror of https://github.com/nginx/nginx
Added HTTP/2 to win32 builds.
This commit is contained in:
parent
05f5a7325d
commit
55266daacb
|
|
@ -66,6 +66,7 @@ win32:
|
||||||
--with-pcre=$(OBJS)/lib/$(PCRE) \
|
--with-pcre=$(OBJS)/lib/$(PCRE) \
|
||||||
--with-zlib=$(OBJS)/lib/$(ZLIB) \
|
--with-zlib=$(OBJS)/lib/$(ZLIB) \
|
||||||
--with-select_module \
|
--with-select_module \
|
||||||
|
--with-http_v2_module \
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
--with-http_addition_module \
|
--with-http_addition_module \
|
||||||
--with-http_sub_module \
|
--with-http_sub_module \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue