mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +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
|
||||
|
||||
There are two features for ssl server: `rust-tls` and `ssl`. The `tls` feature is
|
||||
for `rust-tls` integration and `ssl` is for `openssl`.
|
||||
There are two features for the ssl server: `rust-tls` and `ssl`. The `rust-tls` feature is for
|
||||
`rustls` integration and `ssl` is for `openssl`.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user