reverse: add configuration files

This commit is contained in:
Wonderfall
2016-05-27 17:51:57 +02:00
parent ffdc56fb65
commit dd53f09501
5 changed files with 23 additions and 0 deletions

View File

@ -110,6 +110,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 ssl_params_d.conf /conf.d/ssl_params_d.conf
COPY headers_params_d.conf /conf.d/headers_params_d.conf
COPY proxy_params_d.conf /conf.d/proxy_params_d.conf
RUN chmod +x /usr/local/bin/*