commit 84f629d560914364f55efde171041444982fcdc1 parent ffed1992bb4f4652c10cacf8246730b00ec75fa4 Author: Hartmut Goebel <h.goebel@crazy-compilers.com> Date: Tue, 10 Dec 2024 10:53:16 +0100 setup-sandcastle: Fix error in reverse proxy config. Diffstat:
| M | scripts/demo/setup-sandcastle.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -270,7 +270,7 @@ http://$EXCHANGE_DOMAIN$PORT_SUFFIX { } http://$MERCHANT_DOMAIN$PORT_SUFFIX { - reverse_proxy unix//run/taler-exchange/httpd/merchant-http.sock { + reverse_proxy unix//run/taler-merchant/httpd/merchant-http.sock { # Set this, or otherwise wrong taler://pay URIs will be generated. header_up X-Forwarded-Proto "https" }