From 58aae42324ea739ad014fdd45fb7077bc66b14f7 Mon Sep 17 00:00:00 2001 From: Alexander Kozlov Date: Wed, 16 Dec 2015 03:09:48 +0300 Subject: [PATCH] Follow-up to 8f2308b98 --- pillar.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pillar.example b/pillar.example index 4af0d4f..6a69b0d 100644 --- a/pillar.example +++ b/pillar.example @@ -18,13 +18,6 @@ apache: # ``apache.mod_wsgi`` formula additional configuration: mod_wsgi: mod_wsgi - # ``apache.mod_remoteip`` formula additional configuration: - mod_remoteip: - RemoteIPHeader: X-Forwarded-For - RemoteIPTrustedProxy: - - 10.0.8.0/24 - - 127.0.0.1 - # ``apache.vhosts`` formula additional configuration: sites: example.net: @@ -127,3 +120,10 @@ apache: # can be Full | OS | Minimal | Minor | Major | Prod # where Full conveys the most information, and Prod the least. ServerTokens: Prod + + # ``apache.mod_remoteip`` formula additional configuration: + mod_remoteip: + RemoteIPHeader: X-Forwarded-For + RemoteIPTrustedProxy: + - 10.0.8.0/24 + - 127.0.0.1 \ No newline at end of file