From f5e4bbb502c3be84fa6211185c204710c0ce4eac Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 3 Jun 2016 01:30:27 +0200 Subject: [PATCH] boring-nginx: remove ipv6 module --- boring-nginx/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index 0364e22..ddd89df 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -75,7 +75,6 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap --with-file-aio \ --with-threads \ --with-pcre-jit \ - --with-ipv6 \ --without-http_ssi_module \ --without-http_scgi_module \ --without-http_uwsgi_module \