From f857d5970c213edcc290aab95f14b7284d1ae7d1 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss <erdnaxe@crans.org> Date: Fri, 14 Jan 2022 16:05:54 +0100 Subject: [PATCH] reverseproxy: add matrix.crans.org --- group_vars/reverseproxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/reverseproxy.yml b/group_vars/reverseproxy.yml index b9b287ea..23a0791f 100644 --- a/group_vars/reverseproxy.yml +++ b/group_vars/reverseproxy.yml @@ -63,6 +63,7 @@ glob_reverseproxy: - {from: intranet.crans.org, to: 172.16.10.156} - {from: linx.crans.org, to: "172.16.10.119:8080"} - {from: lists.crans.org, to: 172.16.10.110} + - {from: matrix.crans.org, to: "172.16.10.123:8008"} - {from: mirrors.crans.org, to: 172.16.10.104} - {from: owncloud.crans.org, to: 172.16.10.136} - {from: pad.crans.org, to: "172.16.10.130:9001"} -- GitLab