changeset 5326:d22eb224aedf

Whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 17 Aug 2013 16:54:55 +0400
parents abf7813b927e
children 6b479db5b52b
files conf/nginx.conf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;