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:
parent
fbc8fa55c5
commit
dd2b5c6a69
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
ServerName {{ inventory_hostname }}
|
||||
DocumentRoot /srv/web/{{ inventory_hostname }}
|
||||
|
||||
Protocols h2 http/1.1
|
||||
SSLEngine on
|
||||
|
||||
# Server certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue