2015-12-16 00:54:14 +01:00
|
|
|
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 %}
|
2021-01-08 12:33:46 +01:00
|
|
|
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPInternalProxy', []) %}
|
|
|
|
RemoteIPInternalProxy {{ trusted_proxy }}
|
|
|
|
{%- endfor %}
|