我正在使用 nginx 版本 1.10.3 在Windows 7 上。我想启用 http2 .我在配置文件中添加了以下内容: server { listen 443 http2 ssl proxy_protocol; } 当我启动nginx ...
確定! 回上一頁