the ‘http2’ parameter requires ngx_http_v2_module in xxx.conf:6 原因是没有安装HTTPS模块和HTTP2模块,那就安装下: nginx缺少http_ssl_module模块,编译安装的时候带上–with-http_ssl_module配置就行了,HTTP2的也是同理,--with-http_v2_module。但是现在的情况是我的nginx已经安装过了,怎么添加模块???