Deprecate nginx as a Web frontend

This commit is contained in:
kaiyou
2017-09-17 14:15:12 +02:00
parent a880bc908e
commit 0223999a04
9 changed files with 0 additions and 305 deletions

View File

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