summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-18 22:58:46 +0200
committerFlorian Dold <florian@dold.me>2023-10-18 22:58:46 +0200
commit6154b5e993e364af4f16c7b9056020fb7033675d (patch)
tree2ba5fc775aced19c8d798b0d7fc5c5c6f16c5201
parent6241074867fe8594b988510823c807e846cbec30 (diff)
downloaddeployment-dev/dold/sandcastle-ng.tar.gz
deployment-dev/dold/sandcastle-ng.tar.bz2
deployment-dev/dold/sandcastle-ng.zip
-rwxr-xr-xsandcastle-ng/scripts/demo/setup-sandcastle.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/sandcastle-ng/scripts/demo/setup-sandcastle.sh b/sandcastle-ng/scripts/demo/setup-sandcastle.sh
index be9d801..9302d72 100755
--- a/sandcastle-ng/scripts/demo/setup-sandcastle.sh
+++ b/sandcastle-ng/scripts/demo/setup-sandcastle.sh
@@ -135,9 +135,10 @@ https://$MERCHANT_DOMAIN {
}
:$PORT_INTERNAL_MERCHANT {
- # Set this, or otherwise wrong taler://pay URIs will be generated.
- header_up X-Forwarded-Proto "https"
- reverse_proxy unix//run/taler/merchant-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"
+ }
}
:$PORT_INTERNAL_BANK_SPA {