From 5ca272b3cb4a1876cc33f2dd57eb04dabc143080 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Thu, 21 Jan 2021 17:06:33 +0100 Subject: [PATCH] revproxy-03: add {www.,}freifunk-stuttgart.de --- host_vars/revproxy-03.freifunk-stuttgart.de/revproxy | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy b/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy index 3e4b5ff..84e9216 100644 --- a/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy +++ b/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy @@ -66,3 +66,11 @@ vhosts: backend: "http://10.0.3.228/" max_body_size: 150M type: proxy + - domain: freifunk-stuttgart.de + backend: "https://136.243.5.5/" + max_body_size: 150M + type: proxy + - domain: www.freifunk-stuttgart.de + backend: "https://136.243.5.5/" + max_body_size: 150M + type: proxy -- GitLab