Whitespace fix.
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 27b8e03..29bc085 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -102,11 +102,11 @@
     #    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;