Enable h2 for httpd/website
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e4ccaef4ca
commit
be40a2bd4e
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
- h2
|
||||
|
||||
- name: Copy over some subordinate templates for {{site_name}}
|
||||
template: >
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
ServerAdmin {{ server_admin }}
|
||||
|
||||
{% if ansible_distribution == 'Fedora' %}
|
||||
# Protocols h2 http/1.1
|
||||
Protocols h2 http/1.1
|
||||
{% endif %}
|
||||
|
||||
{% if gzip %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue