From d5ac9cd0bc303e6334ee9cfeceb0767b5a7e760a Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 8 May 2026 07:47:28 +0200 Subject: [PATCH] "Updates" --- installs_on_host/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installs_on_host/Caddyfile b/installs_on_host/Caddyfile index d41d2f7..765ddfa 100644 --- a/installs_on_host/Caddyfile +++ b/installs_on_host/Caddyfile @@ -128,7 +128,7 @@ cloud.delmar.bzh { X-Robots-Tag "noindex, nofollow" } - reverse_proxy patrick:11000 { + reverse_proxy bob:11000 { header_up Host {upstream_hostport} header_up X-Real-IP {remote_host} } @@ -139,7 +139,7 @@ cloud.delmar.bzh { } cloud.delmar.bzh:8443 { - reverse_proxy patrick:32772 { + reverse_proxy bob:8080 { transport http { tls_insecure_skip_verify }