]> git.kaiwu.me - nginx.git/commitdiff
Whitespace fix.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 17 Aug 2013 12:54:55 +0000 (16:54 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 17 Aug 2013 12:54:55 +0000 (16:54 +0400)
conf/nginx.conf

index 27b8e03c68aa1ab404ebc1ba76efc1a8399a8ae3..29bc085f28c9427e031bf77f27f61b0f903d8759 100644 (file)
@@ -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;