Fallback to HTTP when no cert is available and letsencrypt is enabled, fixes #35
This commit is contained in:
@@ -3,3 +3,8 @@ FROM nginx:alpine
|
||||
RUN apk add --update nginx-lua && rm -rf /var/cache/apk/*
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY nginx.conf.fallback /etc/nginx/nginx.conf.fallback
|
||||
|
||||
COPY start.sh /start.sh
|
||||
|
||||
CMD ["/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user