diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-27 20:21:52 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:51 +0100 |
commit | 71df19c2da98428f52242e274c1d11f1c4c1ecdf (patch) | |
tree | 5ad3e1331e8377e93e83e03851cf12f3dfd21efd /Deployment.md | |
parent | 28c591fa51ce97c9d5b463582e15d5fe8470ecda (diff) | |
download | spacebeans-71df19c2da98428f52242e274c1d11f1c4c1ecdf.tar.gz spacebeans-71df19c2da98428f52242e274c1d11f1c4c1ecdf.zip |
Fix: it is alias and not domain
Diffstat (limited to 'Deployment.md')
-rw-r--r-- | Deployment.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Deployment.md b/Deployment.md index efdcac5..48e6c16 100644 --- a/Deployment.md +++ b/Deployment.md @@ -62,7 +62,7 @@ virtual-hosts = [ key-store { path = "/opt/spacebeans/keystore.jks" - alias = "*your domain*" + alias = "*your alias*" password = "*your secret*" } } |