Skip to content

Commit

Permalink
correct tls enable
Browse files Browse the repository at this point in the history
ellie committed May 2, 2024
1 parent 6cbae2d commit 67cb596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/self-hosting/server-setup.mdx
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ The server supports TLS through the `[tls]` section:

```toml
[tls]
enabled = true
enable = true
cert_path = "/path/to/letsencrypt/live/fully.qualified.domain/fullchain.pem"
pkey_path = "/path/to/letsencrypt/live/fully.qualified.domain/privkey.pem"
```

0 comments on commit 67cb596

Please sign in to comment.