From eb57fc9706c86aa4df5f5d416f65a9026d2f4985 Mon Sep 17 00:00:00 2001 From: alf Date: Thu, 5 Jan 2017 23:59:46 -0800 Subject: [PATCH] Revert to see if this works. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2f914b..07c25ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,6 @@ RUN cd /tmp/nginx-${NGINX_VERSION} \ && ./configure \ --prefix=/opt/nginx \ --add-module=/tmp/nginx-rtmp-module-${NGINX_RTMP_VERSION} \ - --with-http_ssl_module \ - --with-http_v2_module \ --conf-path=/opt/nginx/nginx.conf --error-log-path=/opt/nginx/logs/error.log --http-log-path=/opt/nginx/logs/access.log \ --with-debug RUN cd /tmp/nginx-${NGINX_VERSION} && make && make install