Move dhparam to /conf

This commit is contained in:
kaiyou
2017-12-17 14:46:20 +01:00
committed by Thomas Sänger
parent 28f8e69ebb
commit 8c7138d69b
3 changed files with 1 additions and 3 deletions

View File

@@ -8,6 +8,4 @@ RUN pip install "idna<2.7"
COPY conf /conf
COPY *.py /
COPY dhparam.pem /certs/dhparam.pem
CMD /start.py

View File

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