Skip to content

Commit

Permalink
docs: remove boolean from server.https (#14832)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 31, 2023
1 parent 9df01e3 commit 9866be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/server-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Set to `true` to exit if port is already in use, instead of automatically trying

## server.https

- **Type:** `boolean | https.ServerOptions`
- **Type:** `https.ServerOptions`

Enable TLS + HTTP/2. Note this downgrades to TLS only when the [`server.proxy` option](#server-proxy) is also used.

Expand Down

0 comments on commit 9866be0

Please sign in to comment.