server { listen 443 ssl http2; ssl_certificate server.crt; ssl_certificate_key server.key; }. Note that accepting HTTP/2 connections over TLS requires the ...
確定! 回上一頁