From c7600809e3ed3539228516cb0b0cf296192ed7cd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Oct 2013 23:57:22 +0000 Subject: [PATCH] More changes locally for the DO nginx conf. --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 17349d796..ed4f1a279 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,8 +39,8 @@ http { keepalive_timeout 5; ssl on; - ssl_certificate ./certs/quay-unified.cert; - ssl_certificate_key ./certs/quay.key; + ssl_certificate ./certs/quay-staging-unified.cert; + ssl_certificate_key ./certs/quay-staging.key; ssl_session_timeout 5m; ssl_protocols SSLv3 TLSv1; ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;