From 2f5e42932376cb069bcc2539df1025571155d394 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 18 Aug 2017 10:02:10 +0200 Subject: [PATCH] added ips to non ssl block --- customer/fbb-web/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index dedf3fc3..c12806bb 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -341,6 +341,9 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.50.0/24' - '217.66.51.0/24' - '217.66.56.0/24' + # FBB '194.174.72.0 - 194.174.79.255' + - '194.174.75.248/32'; + - '194.174.76.21/32'; location_deny: - 'all' client_max_body_size: '32M' -- 2.39.5