diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index d052c10..ad9651b 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -8,6 +8,7 @@ server { ssl_session_timeout 1d; ssl_session_cache shared:SSL:10m; ssl_session_tickets off; + ssl_prefer_server_ciphers on; access_log off; error_log off;