http2로 구성된 Nginx는 HTTP / 2를 제공하지 않습니다
Nginx 구성에 문제가 있습니다. http / 2를 테스트하기 위해 nginx 1.9.6으로 업그레이드했지만 서버에서 작동하지 않습니다. 우분투 14.04.2 LTS를 사용했습니다. 이것은 nginx -V 출력입니다. nginx version: nginx/1.9.6 built with OpenSSL 1.0.2d 9 Jul 2015 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid …