1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Move dhparam to /conf

This commit is contained in:
kaiyou
2017-12-17 14:46:20 +01:00
parent f1ad2cf4d0
commit bfc898c2d8
3 changed files with 1 additions and 3 deletions

View File

@@ -5,6 +5,4 @@ RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
COPY conf /conf
COPY *.py /
COPY dhparam.pem /certs/dhparam.pem
CMD /start.py

View File

@@ -5,4 +5,4 @@ ssl_session_timeout 10m;
ssl_session_tickets off;
ssl_certificate {{ TLS[0] }};
ssl_certificate_key {{ TLS[1] }};
ssl_dhparam /certs/dhparam.pem;
ssl_dhparam /conf/dhparam.pem;