Move dhparam to /conf
This commit is contained in:
@@ -5,6 +5,4 @@ RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
|
|||||||
COPY conf /conf
|
COPY conf /conf
|
||||||
COPY *.py /
|
COPY *.py /
|
||||||
|
|
||||||
COPY dhparam.pem /certs/dhparam.pem
|
|
||||||
|
|
||||||
CMD /start.py
|
CMD /start.py
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ ssl_session_timeout 10m;
|
|||||||
ssl_session_tickets off;
|
ssl_session_tickets off;
|
||||||
ssl_certificate {{ TLS[0] }};
|
ssl_certificate {{ TLS[0] }};
|
||||||
ssl_certificate_key {{ TLS[1] }};
|
ssl_certificate_key {{ TLS[1] }};
|
||||||
ssl_dhparam /certs/dhparam.pem;
|
ssl_dhparam /conf/dhparam.pem;
|
||||||
|
|||||||
Reference in New Issue
Block a user