Skip to content

Commit

Permalink
Update sftd docs: include uri scheme in allowOrigin (#3584)
Browse files Browse the repository at this point in the history
* Update sftd docs: include uri scheme in allowOrigin

* fixup
  • Loading branch information
smatting authored and supersven committed Oct 4, 2023
1 parent a1d3428 commit ded1e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/how-to/install/sft.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ded1e5a

Please sign in to comment.