mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Enable h2 for httpd/website
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user