mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
Fix typo in server.md (#121)
This commit is contained in:
parent
7fd7b130a2
commit
b7f01e2fe8
@ -49,8 +49,8 @@ is not shared between threads. To share state, `Arc` could be used.
|
|||||||
|
|
||||||
## SSL
|
## SSL
|
||||||
|
|
||||||
There are two features for ssl server: `rust-tls` and `ssl`. The `tls` feature is
|
There are two features for the ssl server: `rust-tls` and `ssl`. The `rust-tls` feature is for
|
||||||
for `rust-tls` integration and `ssl` is for `openssl`.
|
`rustls` integration and `ssl` is for `openssl`.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user