Add alternative frontend nginx-no-https
This commit is contained in:
9
nginx-no-https/Dockerfile
Normal file
9
nginx-no-https/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user