Created
September 29, 2011 19:40
-
-
Save Drewzar/1251718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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