From deece93a29b4a653125a8c7738e20a3c74226005 Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Sun, 2 Mar 2025 20:31:59 +0100
Subject: [PATCH] revproxy: remove trailing slash for gitlab

This makes the gitlab IDE work.
---
 host_vars/revproxy.as208772.net/revproxy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/host_vars/revproxy.as208772.net/revproxy b/host_vars/revproxy.as208772.net/revproxy
index 1bcdc8d..2d24fd4 100644
--- a/host_vars/revproxy.as208772.net/revproxy
+++ b/host_vars/revproxy.as208772.net/revproxy
@@ -11,11 +11,11 @@ vhosts:
     type: proxy
     backend_http_proto: 1.1
   - domain: gitlab.freifunk-stuttgart.de
-    backend: "http://10.0.3.220:8081/"
+    backend: "http://10.0.3.220:8081"
     max_body_size: 16G
     type: proxy
   - domain: registry.gitlab.freifunk-stuttgart.de
-    backend: "http://10.0.3.220:8082/"
+    backend: "http://10.0.3.220:8082"
     max_body_size: 16G
     type: proxy
     maintenance:
@@ -24,7 +24,7 @@ vhosts:
         - 84.133.42.77/24
       message: "2024-10-20 19:15 UTC: Umzug nach Stuttgart Zettachring. Dauert ein wenig. / Move to Stuttgart Zettachring. This will take a while."
   - domain: pages.freifunk-stuttgart.net
-    backend: "http://10.0.3.220/"
+    backend: "http://10.0.3.220"
     max_body_size: 16G
     type: proxy
   - domain: owe.freifunk-stuttgart.de
-- 
GitLab