mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
nginx: Enable shared SSL session cache.
This commit is contained in:
@@ -49,6 +49,7 @@ http {
|
||||
}
|
||||
|
||||
ssl_prefer_server_ciphers On;
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user