]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
apache - add Fortigate NAT net
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 28 Jul 2017 09:24:53 +0000 (11:24 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 28 Jul 2017 09:24:53 +0000 (11:24 +0200)
modules/apache.yaml

index cea4c570304185443ed53f2c9890ea65005cc799..f6639c21c5e0f5673e43be65e8594c3df195a7c7 100644 (file)
@@ -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'