Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
reverse: preread_buffer patch (fix okhttp compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonderfall committed May 22, 2016
1 parent 792b32d commit a0c54ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reverse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a0c54ec

Please sign in to comment.