Skip to content

Instantly share code, notes, and snippets.

@kalabiyau
Created November 11, 2011 13:33
Show Gist options
  • Save kalabiyau/1358011 to your computer and use it in GitHub Desktop.
Save kalabiyau/1358011 to your computer and use it in GitHub Desktop.
listen blabla:443;
server_name bla;
ssl on;
ssl_certificate ssl/cert.pem;
ssl_certificate_key ssl/cert.key;
ssl_session_timeout 5m;
ssl_protocols SSLv3 TLSv1;
ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+SSLv2:+EXP;
ssl_prefer_server_ciphers on;
charset utf-8;
access_log ... main;
error_log ... error;
location / {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment