# HG changeset patch # User Maxim Dounin # Date 1376744095 -14400 # Node ID d22eb224aedf4f488d31c90a7a2a75fc0da0f9f8 # Parent abf7813b927e72f737dc9bb41a943dc8c7047432 Whitespace fix. diff --git a/conf/nginx.conf b/conf/nginx.conf --- 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;