[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] 08/08: setup-sandcastle: Fix error in reverse prox
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] 08/08: setup-sandcastle: Fix error in reverse proxy config. |
Date: |
Tue, 10 Dec 2024 19:26:01 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository sandcastle-ng.
commit 84f629d560914364f55efde171041444982fcdc1
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Tue Dec 10 10:53:16 2024 +0100
setup-sandcastle: Fix error in reverse proxy config.
---
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
index f529433..787cfa7 100755
--- 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"
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-sandcastle-ng] branch master updated (25e8dbe -> 84f629d), gnunet, 2024/12/10
- [taler-sandcastle-ng] 04/08: sandcastle-run: With "external port" listen on localhost only by default., gnunet, 2024/12/10
- [taler-sandcastle-ng] 01/08: Add script sandcastle-stop., gnunet, 2024/12/10
- [taler-sandcastle-ng] 02/08: Add documentation about script 'sandcastle-plow'., gnunet, 2024/12/10
- [taler-sandcastle-ng] 03/08: sandcastle-run: Add support for specifying the host ip to listen on., gnunet, 2024/12/10
- [taler-sandcastle-ng] 08/08: setup-sandcastle: Fix error in reverse proxy config.,
gnunet <=
- [taler-sandcastle-ng] 06/08: sandcastle-logs: Pass arguments on to journalctl in container., gnunet, 2024/12/10
- [taler-sandcastle-ng] 05/08: Enhance Readme., gnunet, 2024/12/10
- [taler-sandcastle-ng] 07/08: Add documentation about script 'sandcastle-logs'., gnunet, 2024/12/10