sandcastle-ng

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

commit 5da06768dc396f9eb42687e763004f2389eb5ff3
parent f68974567768eb48baab6924f30fa5e17fedcb5d
Author: Florian Dold <florian@dold.me>
Date:   Wed, 20 Nov 2024 12:58:17 +0100

missing ports

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -298,6 +298,18 @@ http://$AUDITOR_DOMAIN$PORT_SUFFIX { http://$CHALLENGER_DOMAIN$PORT_SUFFIX { reverse_proxy unix//run/challenger/httpd/challenger.http } + +http://$LANDING_DOMAIN$PORT_SUFFIX { + reverse_proxy :$PORT_INTERNAL_LANDING +} + +http://$BLOG_DOMAIN$PORT_SUFFIX { + reverse_proxy :$PORT_INTERNAL_BLOG +} + +http://$DONATIONS_DOMAIN$PORT_SUFFIX { + reverse_proxy :$PORT_INTERNAL_DONATIONS +} EOF fi