mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
reverse: preread_buffer patch (fix okhttp compat)
This commit is contained in:
parent
792b32dd6c
commit
a0c54ec1cf
@ -74,6 +74,8 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
|
||||
&& sed -i -e "s/\"Server: nginx\" CRLF/\"Server: ${SIGNATURE}\" CRLF/g" \
|
||||
-e "s/\"Server: \" NGINX_VER CRLF/\"Server: ${SIGNATURE}\" NGINX_VER CRLF/g" \
|
||||
src/http/ngx_http_header_filter_module.c \
|
||||
&& wget https://trac.nginx.org/nginx/raw-attachment/ticket/959/preread_buffer.patch -P /tmp \
|
||||
&& cd src/http/v2 && patch < /tmp/preread_buffer.patch && cd ../../.. \
|
||||
&& ./configure \
|
||||
--with-http_ssl_module \
|
||||
--with-http_v2_module \
|
||||
|
Loading…
x
Reference in New Issue
Block a user