10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
---
|
|
---
|
|
|
|
ssl_session_timeout 5m;
|
|
|
|
ssl_protocols TLSv1.1 TLSv1.2;
|
|
ssl_ciphers 'RC4:!aNULL:!eNULL:!EXPORT:!DES:!CBC:!3DES:!MD5:!PSK';
|
|
ssl_prefer_server_ciphers on;
|
|
|