From 6a980f497d43fdd88616d5617b03f5cc933ee85b Mon Sep 17 00:00:00 2001 From: Harvey Date: Tue, 5 Dec 2017 18:17:37 +0000 Subject: [PATCH] add http2 to 7.2 version --- conf/nginx-site-ssl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx-site-ssl.conf b/conf/nginx-site-ssl.conf index 5a460b6..09f061a 100644 --- a/conf/nginx-site-ssl.conf +++ b/conf/nginx-site-ssl.conf @@ -1,6 +1,6 @@ server { - listen 443 ssl; - listen [::]:443 ssl ipv6only=on; ## listen for ipv6 + listen 443 ssl http2; + listen [::]:443 ssl https2 ipv6only=on; ## listen for ipv6 root /var/www/html; index index.php index.html index.htm;