From: Maxim Dounin Date: Sat, 17 Aug 2013 12:54:55 +0000 (+0400) Subject: Whitespace fix. X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=300530284fc15c75df5478def354eab520cc615c;p=nginx.git Whitespace fix. --- 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;