1
0
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:
adrian5 2019-10-29 08:49:33 +01:00 committed by Yuki Okushi
parent 7fd7b130a2
commit b7f01e2fe8

View File

@ -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]