问题:IOS AFN HTTP2.0 无法访问nginx
解压nginx.tar
tar -xvzf ...
cd ./...
./configure --user=nginx --prefix=/usr/local/nginx-1.10.3 --with-http_v2_module --with-http_ssl_module --with-http_stub_status_module --with-http_dav_module --with-http_flv_module --with-http_realip_module --with-http_gzip_static_module --with-mail --with-mail_ssl_module
make && make install
配置conf
listen 443 ssl http2;
查看打印操作时状态加 -t