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.
This commit is contained in:
Timo Makinen 2020-08-28 10:57:39 +00:00
parent fbc8fa55c5
commit dd2b5c6a69

View file

@ -2,7 +2,6 @@
ServerName {{ inventory_hostname }} ServerName {{ inventory_hostname }}
DocumentRoot /srv/web/{{ inventory_hostname }} DocumentRoot /srv/web/{{ inventory_hostname }}
Protocols h2 http/1.1
SSLEngine on SSLEngine on
# Server certificates # Server certificates