From 58e1d6e8c78ab6ced3334583be6d33d51dc91e9f Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Tue, 14 Aug 2018 15:46:18 +0200 Subject: [PATCH] fbb-api - remoteip config for PRD (fix IPs) --- customer/fbb-api/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index d136b44f..39e2e32e 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -26,8 +26,8 @@ accounts::users: sudo: false apache::mod::remoteip::proxy_ips: - - 192.168.66.253 - - 192.168.66.254 + - 192.168.65.253 + - 192.168.65.254 sudo::configs: jenkins_rights: -- 2.39.5