From 076286e4c401ead7f36187a949245e2fa23251b3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 5 Jan 2018 14:39:40 +0000 Subject: [PATCH] Disable h2 for now due to ostree bugs. Re-enable 2018-01-19 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 2627ea8a32..0f36485f40 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