http2 fix by Jonax @ github

This commit is contained in:
Ric Harvey
2018-06-19 00:24:21 +01:00
parent a2768df690
commit 1836953c43

View File

@@ -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;