Host: {{ request.headers.Host }}
{% if xfh %}
X-Forwarded-For: {{ xfh }}
+ X-Forwarded-Host: {{ xfh }}
{% if not settings.USE_X_FORWARDED_HOST %}({% trans "ignored" %}){% endif %}
{% endif %}