Skip to content

Instantly share code, notes, and snippets.

@clee
Created April 10, 2014 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clee/10413020 to your computer and use it in GitHub Desktop.
Save clee/10413020 to your computer and use it in GitHub Desktop.
nginx SSL configuration
ssl_session_cache shared:SSL:32m;
ssl_session_timeout 10m;
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-RSA-RC4-SHA:HIGH:!MD5:!aNULL:!EDH;
ssl_prefer_server_ciphers on;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment