https fix

This commit is contained in:
bunkerity
2020-10-30 10:56:41 +01:00
parent 95a76b11fa
commit 8623510f8c
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ ssl_certificate_key %HTTPS_KEY%;
ssl_protocols %HTTPS_PROTOCOLS%;
ssl_prefer_server_ciphers off;
ssl_session_tickets off;
ssl_session_timeout 1d;
ssl_session_cache shared:MozSSL:10m;
%STRICT_TRANSPORT_SECURITY%
%SSL_DHPARAM%
%SSL_CIPHERS%