From 979cf68f8b915a388c5aa3b4e9c7f9e61033e00d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 17 Apr 2018 23:48:51 +0200 Subject: [PATCH] Re-enable h2 Signed-off-by: Patrick Uiterwijk --- files/httpd/h2.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/httpd/h2.conf.j2 b/files/httpd/h2.conf.j2 index 0f36485f40..2627ea8a32 100644 --- a/files/httpd/h2.conf.j2 +++ b/files/httpd/h2.conf.j2 @@ -1 +1 @@ -#Protocols h2 {% if not inventory_hostname.startswith('proxy') %} h2c {% endif %} http/1.1 +Protocols h2 {% if not inventory_hostname.startswith('proxy') %} h2c {% endif %} http/1.1