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
Hello!
On Thu, Aug 25, 2016 at 01:37:44AM -0400, henry_nginx_profile wrote:
> 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 {
> lis
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 {