Enable h2 for httpd/website

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-17 23:50:00 +02:00
parent e4ccaef4ca
commit be40a2bd4e
2 changed files with 2 additions and 1 deletions

View file

@ -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: >

View file

@ -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 %}