ansible/files/httpd/headers.conf.j2
Patrick Uiterwijk 42aaf6dd92 Only define 421 document on Fedora
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-12-08 04:02:01 +01:00

7 lines
309 B
Django/Jinja

Header set AppTime "%D"
PassEnv HOSTNAME
Header set AppServer "{{ inventory_hostname }}"
{% if inventory_hostname in groups['proxies'] and ansible_distribution == 'Fedora' %}
ErrorDocument 421 "You have hit an incorrect proxy for a Fedora Project website due to a bug in Firefox. Please refresh"
{% endif %}