From 31030397774ce5e0d5588e5d332f3c351365474d Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sun, 25 May 2025 02:52:36 +0200 Subject: [PATCH] Passage de mediakiwi au port 80 --- group_vars/reverseproxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/reverseproxy.yml b/group_vars/reverseproxy.yml index 06a1d603..f491e040 100644 --- a/group_vars/reverseproxy.yml +++ b/group_vars/reverseproxy.yml @@ -62,7 +62,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: mediakiwi.crans.org, to: "172.16.10.144:8080"} + - {from: mediakiwi.crans.org, to: "172.16.10.144"} - {from: mirrors.crans.org, to: 172.16.10.104} - {from: nextcloud.crans.org, to: 172.16.10.137} - {from: onlyoffice.crans.org, to: 172.16.10.148}