From dd2b5c6a69fb3f80afbfb56bb6b1a239fb721e52 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 28 Aug 2020 10:57:39 +0000 Subject: [PATCH] apache: Remove Procotols option CentOS 7 doesn't support Protocols definition at all. Also as we are running Apache only behind proxies all requests are HTTP/1.1 anyway. --- roles/apache/templates/site.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/apache/templates/site.conf.j2 b/roles/apache/templates/site.conf.j2 index f49fae0..2d873fe 100644 --- a/roles/apache/templates/site.conf.j2 +++ b/roles/apache/templates/site.conf.j2 @@ -2,7 +2,6 @@ ServerName {{ inventory_hostname }} DocumentRoot /srv/web/{{ inventory_hostname }} - Protocols h2 http/1.1 SSLEngine on # Server certificates