sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 0b82b51137e95db0a7fa14d0d739ac3b2a359191
parent 1d6c9ef94dc06a85d5d809affdd20e610101a14c
Author: Özgür Kesim <oec@codeblau.de>
Date:   Sun, 20 Apr 2025 12:11:22 +0200

[provision] fix caddy config for /provision/

Diffstat:
Mbuildconfig/merchant-demos.tag | 2+-
Mscripts/demo/setup-sandcastle.sh | 6++++--
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/buildconfig/merchant-demos.tag b/buildconfig/merchant-demos.tag @@ -1 +1 @@ -v0.14.0-dev.10 +v0.14.0-dev.11 diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -582,8 +582,10 @@ http://$CHALLENGER_DOMAIN$PORT_SUFFIX { } http://$LANDING_DOMAIN$PORT_SUFFIX { - handle /provision/* { - reverse_proxy :$PORT_INTERNAL_PROVISION + handle_path /provision/* { + reverse_proxy :$PORT_INTERNAL_PROVISION { + header_up X-Forwarded-Prefix "/provision" + } } handle { reverse_proxy :$PORT_INTERNAL_LANDING