gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]