To enable HTTP/2 in Nginx you just need to add a few lines to your server configuration: server {; listen 443 ssl http2;; ssl_certificate < ...
確定! 回上一頁