[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: accidentally merchant
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: accidentally merchant |
Date: |
Mon, 26 Aug 2024 21:10:38 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository sandcastle-ng.
The following commit(s) were added to refs/heads/master by this push:
new ff7f048 accidentally merchant
ff7f048 is described below
commit ff7f048d4a866d49ead62a3d9c833efb3c63e94c
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Aug 26 21:10:34 2024 +0200
accidentally merchant
---
scripts/demo/setup-sandcastle.sh | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 56426e4..b2c86ee 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -158,6 +158,13 @@ https://$EXCHANGE_DOMAIN {
reverse_proxy unix//run/taler/exchange-httpd/exchange-http.sock
}
+https://$MERCHANT_DOMAIN {
+ 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"
+ }
+}
+
https://$AUDITOR_DOMAIN {
tls internal
reverse_proxy unix//run/taler/auditor-httpd/auditor-httpd.sock
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sandcastle-ng] branch master updated: accidentally merchant,
gnunet <=