<HTML><BODY>Why ???<br><br>nginx-extras 1.4.6 (trusty) - contains "SPDY",<br>but<br>nginx-extras 1.9.9 (xenial) - does not support any HTTP/2, or SPDY !?.<br><br>/etc/nginx/sites-enabled/example.com.conf:<br><br><p>server {<br>  listen 443 ssl http2; # http2 - 1.9.5+<br>  server_name example.com;<br>...<br>}<br><br># nginx -t<br>nginx: [emerg] the "http2" parameter requires ngx_http_v2_module in /etc/nginx/sites-enabled/example.com.conf:26<br>nginx: configuration file /etc/nginx/nginx.conf test failed<br>#<br><br>Compile nginx-* WITH HTTP/2 module, please !!!<br></p></BODY></HTML>