一个nginx虚拟主机配置http2,为什么所有虚拟主机都更改为http2?

时间:2018-07-04 02:26:47

标签: nginx http2

请求https://a.cool.com

请求https://b.cool.com

https请求的https协议都更改为http2。

为什么?

我的配置:

server {

...

litsen 443 ssl http2;

server_name a.cool.com;

...

}

server {

...

listen 443 ssl;

server_name b.cool.com;

...
}

0 个答案:

没有答案