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:
|
tags:
|
||||||
- httpd
|
- httpd
|
||||||
- httpd/website
|
- httpd/website
|
||||||
|
- h2
|
||||||
|
|
||||||
- name: Copy over some subordinate templates for {{site_name}}
|
- name: Copy over some subordinate templates for {{site_name}}
|
||||||
template: >
|
template: >
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
ServerAdmin {{ server_admin }}
|
ServerAdmin {{ server_admin }}
|
||||||
|
|
||||||
{% if ansible_distribution == 'Fedora' %}
|
{% if ansible_distribution == 'Fedora' %}
|
||||||
# Protocols h2 http/1.1
|
Protocols h2 http/1.1
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if gzip %}
|
{% if gzip %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue