apache-formula/apache/files/RedHat/conf.modules.d/remoteip.conf.jinja

9 lines
305 B
Plaintext
Raw Normal View History

#
# This file is managed by Salt! Do not edit by hand!
#
RemoteIPHeader {{ salt['pillar.get']('apache:mod_remoteip:RemoteIPHeader', 'X-Forwarded-For') }}
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPTrustedProxy', []) %}
RemoteIPTrustedProxy {{ trusted_proxy }}
{%- endfor %}