Add alternative frontend nginx-no-https

This commit is contained in:
Sebastián Ramírez
2017-03-01 22:02:11 -05:00
parent f421bee148
commit 8543d513a9
5 changed files with 108 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
FROM nginx:alpine
RUN apk add --no-cache nginx-lua openssl
COPY nginx.conf.default /etc/nginx/nginx.conf.default
COPY start.sh /start.sh
CMD ["/start.sh"]