From 232bdb7df897ac95e7806861b997f35ad58d81df Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 5 Dec 2017 14:04:48 +0100 Subject: [PATCH] BERFBB-3340 prd umsetzung --- customer/fbb-web/production.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index 66739f41..7dc5d8ca 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -249,6 +249,22 @@ infra::profile::nginx_php_fpm_server::vhosts: - '^$|^/$ txl/ permanent' # - '/wp-admin$ $scheme://$host$uri/ permanent' # - '/files/$ /index.php last' + location_allow: + #fbb-wifi-controller + - '89.27.154.40/29' + - '89.27.154.8/29' + # pixelpark IP's + - '217.66.49.0/24' + - '217.66.50.0/24' + - '217.66.51.0/24' + - '217.66.56.0/24' + #FBB VPN + - '172.18.49.0/24' + # FBB '194.174.72.0 - 194.174.79.255' + - '194.174.72.0/21' + - '194.115.26.6' + location_deny: + - 'all' client_max_body_size: '32M' listen_port: 80 # auth_basic: 'Server' @@ -289,6 +305,22 @@ infra::profile::nginx_php_fpm_server::vhosts: - '^([^.]*[^/])$ https://wifi.berlin-airport.de$1/ permanent' # - '/wp-admin$ $scheme://$host$uri/ permanent' # - '/files/$ /index.php last' + location_allow: + #fbb-wifi-controller + - '89.27.154.40/29' + - '89.27.154.8/29' + # pixelpark IP's + - '217.66.49.0/24' + - '217.66.50.0/24' + - '217.66.51.0/24' + - '217.66.56.0/24' + #FBB VPN + - '172.18.49.0/24' + # FBB '194.174.72.0 - 194.174.79.255' + - '194.174.72.0/21' + - '194.115.26.6' + location_deny: + - 'all' client_max_body_size: '32M' listen_port: 81 # auth_basic: 'Server' -- 2.39.5