commit ff7f048d4a866d49ead62a3d9c833efb3c63e94c parent 4ad2433233cca00e53fe362e3cb005b54ebc697b Author: Florian Dold <florian@dold.me> Date: Mon, 26 Aug 2024 21:10:34 +0200 accidentally merchant Diffstat:
| M | scripts/demo/setup-sandcastle.sh | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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