From 37fe08045291508deca45901ae1a4b85c9214c1f Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 28 Jul 2017 11:24:53 +0200 Subject: [PATCH] apache - add Fortigate NAT net --- modules/apache.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/apache.yaml b/modules/apache.yaml index cea4c570..f6639c21 100644 --- a/modules/apache.yaml +++ b/modules/apache.yaml @@ -3,12 +3,18 @@ apache::mpm_module: worker apache::mod::status::allow_from: - '127.0.0.1' - '::1' + # Admin net - '217.66.51.0/24' + # Fortigate NAT net + - '10.99.1.0/24' apache::mod::info::allow_from: - '127.0.0.1' - '::1' + # Admin net - '217.66.51.0/24' + # Fortigate NAT net + - '10.99.1.0/24' apache::server_signature: 'Off' apache::server_tokens: 'Prod' -- 2.39.5