* feat(trusted_proxy): Add support for RemoteIPInternalProxy * fix(syntax): add semicolontags/v1.1.2
@@ -2,3 +2,6 @@ RemoteIPHeader {{ salt['pillar.get']('apache:mod_remoteip:RemoteIPHeader', 'X-Fo | |||
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPTrustedProxy', []) %} | |||
RemoteIPTrustedProxy {{ trusted_proxy }} | |||
{%- endfor %} | |||
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPInternalProxy', []) %} | |||
RemoteIPInternalProxy {{ trusted_proxy }} | |||
{%- endfor %} |
@@ -6,3 +6,6 @@ RemoteIPHeader {{ salt['pillar.get']('apache:mod_remoteip:RemoteIPHeader', 'X-Fo | |||
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPTrustedProxy', []) %} | |||
RemoteIPTrustedProxy {{ trusted_proxy }} | |||
{%- endfor %} | |||
{%- for trusted_proxy in salt['pillar.get']('apache:mod_remoteip:RemoteIPInternalProxy', []) %} | |||
RemoteIPInternalProxy {{ trusted_proxy }} | |||
{%- endfor %} |
@@ -444,6 +444,9 @@ apache: | |||
RemoteIPTrustedProxy: | |||
- 10.0.8.0/24 | |||
- 127.0.0.1 | |||
RemoteIPInternalProxy: | |||
- 10.10.8.0/24 | |||
- 127.0.0.1 | |||
# ``apache.mod_security`` formula additional configuration: | |||
mod_security: |
@@ -427,6 +427,9 @@ apache: | |||
RemoteIPTrustedProxy: | |||
- 10.0.8.0/24 | |||
- 127.0.0.1 | |||
RemoteIPInternalProxy: | |||
- 10.10.8.0/24 | |||
- 127.0.0.1 | |||
# ``apache.mod_security`` formula additional configuration: | |||
mod_security: |