mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 03:29:00 +08:00
Update example
This commit is contained in:
parent
524aa2e586
commit
30b80dc5ee
@ -8,8 +8,8 @@ in mongoose, 2 steps are required:
|
||||
|
||||
Below is the `mongoose.conf` file snippet for typical SSL setup:
|
||||
|
||||
document_root www_root # Serve files in www_root directory
|
||||
listening_ports 80,443:cert.pem # Listen on ports 80 and 443
|
||||
document_root www_root # Serve files in www_root directory
|
||||
listening_ports 80,ssl://443:cert.pem # Listen on ports 80 and 443
|
||||
|
||||
## How to create SSL certificate file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user