From: Philipp Dallig Date: Fri, 28 Jul 2017 09:24:53 +0000 (+0200) Subject: apache - add Fortigate NAT net X-Git-Tag: v0.1.0~2666^2~61^2~3 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=37fe08045291508deca45901ae1a4b85c9214c1f;p=pixelpark%2Fhiera.git apache - add Fortigate NAT net --- 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'