From 0174f9ceb69be96443a191d6c53f68ab7eb93d2b Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sat, 25 May 2019 14:11:16 +0200 Subject: Enable http2 --- templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/nginx.conf.j2') diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index be3203d..73ce07c 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -11,7 +11,7 @@ server { {% if server.http_redirect is not defined or not server.http_redirect %} listen 80; {% endif %} - listen 443 ssl; + listen 443 ssl http2; server_name {{ server.name }}; location / { -- cgit 1.4.1