commit a794b584ce6b563aaab0f8d1d4f6834fdc8bda7d parent 6e05ebfee4ee150a67fb83fd3886464e74e240f2 Author: Florian Dold <florian@dold.me> Date: Mon, 26 Aug 2024 22:04:08 +0200 auditor socket Diffstat:
| M | scripts/demo/setup-sandcastle.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -168,7 +168,7 @@ https://$MERCHANT_DOMAIN { https://$AUDITOR_DOMAIN { tls internal - reverse_proxy unix//run/taler/auditor-httpd/auditor-httpd.sock + reverse_proxy unix//run/taler/auditor-httpd/auditor-http.sock } https://$CHALLENGER_DOMAIN { @@ -197,7 +197,7 @@ https://$CHALLENGER_DOMAIN { } :$PORT_INTERNAL_AUDITOR { - reverse_proxy unix//run/taler/auditor-httpd/auditor-httpd.sock + reverse_proxy unix//run/taler/auditor-httpd/auditor-http.sock } :$PORT_INTERNAL_CHALLENGER {