diff --git a/conf/nginx.conf b/conf/nginx.conf index 3bb338936..27b8e03c6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -96,16 +96,15 @@ http { # HTTPS server # #server { - # listen 443; + # listen 443 ssl; # server_name localhost; - # ssl on; # ssl_certificate cert.pem; # ssl_certificate_key cert.key; + # ssl_session_cache shared:SSL:1m; # ssl_session_timeout 5m; - # ssl_protocols SSLv2 SSLv3 TLSv1; # ssl_ciphers HIGH:!aNULL:!MD5; # ssl_prefer_server_ciphers on;