From 1836953c43757dba1ef574028a9f01108f44eacd Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Tue, 19 Jun 2018 00:24:21 +0100 Subject: [PATCH] http2 fix by Jonax @ github --- conf/nginx-site-ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx-site-ssl.conf b/conf/nginx-site-ssl.conf index 09f061a..1bdf6e8 100644 --- a/conf/nginx-site-ssl.conf +++ b/conf/nginx-site-ssl.conf @@ -1,6 +1,6 @@ server { listen 443 ssl http2; - listen [::]:443 ssl https2 ipv6only=on; ## listen for ipv6 + listen [::]:443 ssl http2 ipv6only=on; ## listen for ipv6 root /var/www/html; index index.php index.html index.htm;