mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-29 14:49:00 +08:00
Update UserManual.md
This commit is contained in:
parent
17d48b1d04
commit
4babcff8de
@ -244,7 +244,9 @@ directory is commonly referenced as dot (`.`).
|
|||||||
|
|
||||||
### ssl_certificate
|
### ssl_certificate
|
||||||
Path to SSL certificate file. This option is only required when at least one
|
Path to SSL certificate file. This option is only required when at least one
|
||||||
of the `listening_ports` is SSL.
|
of the `listening_ports` is SSL. The file must be in PEM format,
|
||||||
|
and it must have both private key and certificate, see for example
|
||||||
|
[ssl_cert.pem](https://github.com/valenok/mongoose/blob/master/build/ssl_cert.pem)
|
||||||
|
|
||||||
### num_threads `50`
|
### num_threads `50`
|
||||||
Number of worker threads. Mongoose handles each incoming connection in a
|
Number of worker threads. Mongoose handles each incoming connection in a
|
||||||
|
Loading…
Reference in New Issue
Block a user