Merge pull request #667 from robgraeber/patch-1

Add http2 support for default nginx script
This commit is contained in:
Kasra Bigdeli
2020-05-08 19:25:53 -04:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ server {
}
if (s.hasSsl) {
%>
listen 443 ssl;
listen 443 ssl http2;
ssl_certificate <%-s.crtPath%>;
ssl_certificate_key <%-s.keyPath%>;