From ded1e5ae8e90753148394639fed86b386ce99f08 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 13 Sep 2023 18:15:43 +0200 Subject: [PATCH] Update sftd docs: include uri scheme in allowOrigin (#3584) * Update sftd docs: include uri scheme in allowOrigin * fixup --- docs/src/how-to/install/sft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/how-to/install/sft.md b/docs/src/how-to/install/sft.md index e4560c72168..9074bd93a21 100644 --- a/docs/src/how-to/install/sft.md +++ b/docs/src/how-to/install/sft.md @@ -18,7 +18,7 @@ tags: sftd: host: sftd.example.com # Replace example.com with your domain - allowOrigin: webapp.example.com # Should be the address you used for the webapp deployment + allowOrigin: https://webapp.example.com # Should be the address you used for the webapp deployment (Note: you must include the uri scheme "https://") ``` In your `secrets.yaml` you should set the TLS keys for sftd domain: