Skip to content

Commit 40794f1

Browse files
committed
refactor: remove strict-sni.patch
1 parent 5d443c3 commit 40794f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ RUN set -ex \
3737

3838
WORKDIR /usr/src/nginx-$NGINX_VERSION
3939

40-
RUN curl https://raw.githubusercontent.com/kn007/patch/master/nginx.patch | patch -p1 && \
41-
curl https://raw.githubusercontent.com/hakasenyang/openssl-patch/master/nginx_strict-sni_1.15.10.patch | patch -p1
40+
RUN curl https://raw.githubusercontent.com/kn007/patch/master/nginx.patch | patch -p1
4241

4342
# brotli
4443
RUN git clone https://github.com/google/ngx_brotli.git --depth=1 && \

0 commit comments

Comments
 (0)