nginx配置文件校验失败nginx emerg the http2 parameter requires ngx_http_v2_module in optnginxconfjianyuconf138 是什么原因
这个错误提示是因为在nginx配置文件中使用了http2参数,但当前nginx没有安装ngx_http_v2_module模块,导致校验失败。解决方法是安装ngx_http_v2_module模块或者注释掉使用http2参数的相关配置。
原文地址: https://www.cveoy.top/t/topic/cPmv 著作权归作者所有。请勿转载和采集!