Re: NGINX SSL configuration
thank you very much. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269177,269265#msg-269265 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
NGINX SSL configuration
hello,i am come from china. i use NGINX in a short period of time. i have some confuse about NGINX's ssl_* directive. i have two vhost conf file, the above is my configuration: a.conf: server { listen 443 ssl; server_name a.example.com; ssl_protocols TLSv1.2; ... } b.conf {