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,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;