From 9e0576dfb627ac8e3cb8be758a60ddf9cd96b789 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Sat, 17 Aug 2013 16:54:55 +0400 Subject: [PATCH] Whitespace fix. --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 27b8e03c6..29bc085f2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -102,11 +102,11 @@ http { # ssl_certificate cert.pem; # ssl_certificate_key cert.key; - # ssl_session_cache shared:SSL:1m; + # ssl_session_cache shared:SSL:1m; # ssl_session_timeout 5m; # ssl_ciphers HIGH:!aNULL:!MD5; - # ssl_prefer_server_ciphers on; + # ssl_prefer_server_ciphers on; # location / { # root html;