From feb2ba12495d1cc7a5969bf05233c96e4089e0a6 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 1 Dec 2016 11:43:59 +0100 Subject: [PATCH] chat - anpassung location --- customer/pixelpark/chat01.pixelpark.com.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/chat01.pixelpark.com.yaml b/customer/pixelpark/chat01.pixelpark.com.yaml index da568a92..6c84e485 100644 --- a/customer/pixelpark/chat01.pixelpark.com.yaml +++ b/customer/pixelpark/chat01.pixelpark.com.yaml @@ -56,9 +56,11 @@ nginx::nginx_vhosts: client_max_body_size: '50m' locations: '/api/info': - internal: true - location_allow: + location_allow: + - '127.0.0.0/8' - '217.66.51.0/24' + location_deny: + - 'all' nginx::nginx_upstreams: rocket_chat: -- 2.39.5