From 92f840f82b0b2b5a4eac5584347871c6c490c504 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 30 May 2016 00:51:34 +0200 Subject: [PATCH] boring-nginx: add ngxproxy to image --- boring-nginx/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index 0a7562a..b882b32 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -105,6 +105,9 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap COPY nginx.conf /etc/nginx/conf/nginx.conf COPY run.sh /usr/local/bin/run.sh COPY ngxpasswd /usr/local/bin/ngxpasswd +COPY ngxproxy /usr/local/bin/ngxproxy +COPY vhost_http.conf /etc/nginx/conf/vhost_http.conf +COPY vhost_https.conf /etc/nginx/conf/vhost_https.conf COPY ssl_params /etc/nginx/conf/ssl_params COPY headers_params /etc/nginx/conf/headers_params COPY proxy_params /etc/nginx/conf/proxy_params