Enable https and --preload on the admin to improve letsencrypt support
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
RUN apk add --update nginx-lua && rm -rf /var/cache/apk/*
|
||||
RUN apk add --update nginx-lua openssl && rm -rf /var/cache/apk/*
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY nginx.conf.default /etc/nginx/nginx.conf.default
|
||||
COPY nginx.conf.fallback /etc/nginx/nginx.conf.fallback
|
||||
|
||||
COPY start.sh /start.sh
|
||||
|
||||
Reference in New Issue
Block a user