Skip to content

Instantly share code, notes, and snippets.

@Drewzar
Created September 29, 2011 19:40
Show Gist options
  • Save Drewzar/1251718 to your computer and use it in GitHub Desktop.
Save Drewzar/1251718 to your computer and use it in GitHub Desktop.
ssl on;
ssl_certificate /data/scommerce/shared/certificates/shop.vitrue.com.crt;
ssl_certificate_key /data/scommerce/shared/certificates/shop.vitrue.com.key;
ssl_protocols SSLv3 TLSv1;
ssl_ciphers ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXPORT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment