2013-06-10 18:37:08 +00:00
|
|
|
Header set AppTime "%D"
|
|
|
|
PassEnv HOSTNAME
|
|
|
|
Header set AppServer "{{ inventory_hostname }}"
|
2017-12-08 04:02:01 +01:00
|
|
|
{% if inventory_hostname in groups['proxies'] and ansible_distribution == 'Fedora' %}
|
2017-11-26 21:12:32 +00:00
|
|
|
|
|
|
|
ErrorDocument 421 "You have hit an incorrect proxy for a Fedora Project website due to a bug in Firefox. Please refresh"
|
2017-11-27 16:21:17 +00:00
|
|
|
{% endif %}
|