We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d443c3 commit 40794f1Copy full SHA for 40794f1
Dockerfile
@@ -37,8 +37,7 @@ RUN set -ex \
37
38
WORKDIR /usr/src/nginx-$NGINX_VERSION
39
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
+RUN curl https://raw.githubusercontent.com/kn007/patch/master/nginx.patch | patch -p1
42
43
# brotli
44
RUN git clone https://github.com/google/ngx_brotli.git --depth=1 && \
0 commit comments