From 3c56057774f36edcf9a6c83e482945242acaecab Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 30 May 2016 14:21:12 +0200 Subject: [PATCH] add vhost_passwd --- boring-nginx/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index ba4b389..2d61db7 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -109,6 +109,7 @@ 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 vhost_passwd.conf /etc/nginx/conf/vhost_passwd.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