From 38f6613705270ee1afcc580c088453c9606bdce6 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 3 Oct 2018 17:17:41 +0900 Subject: [PATCH] Fix typo. --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4a0a060..0aa80b9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -264,7 +264,7 @@ http { # HTTPS server # #server { - # listen 443 ssl h2; + # listen 443 ssl http2; # server_name localhost; # ssl_certificate cert.pem;