summaryrefslogtreecommitdiff
path: root/sandcastle-ng/scripts/demo/setup-sandcastle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle-ng/scripts/demo/setup-sandcastle.sh')
-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 {