Fix doc example
This commit is contained in:
parent
b5e1a03ced
commit
ea69dfcced
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@
|
|||
//! bind_port: "443".to_string(),
|
||||
//! remote_host: "remote.com".to_string(),
|
||||
//! remote_port: "443".to_string(),
|
||||
//! ssl_private_key_path: "./remote.com.key".to_string(),
|
||||
//! ssl_cert_path: "./remote.com.crt".to_string(),
|
||||
//! ssl_private_key_path: Some("./remote.com.key".to_string()),
|
||||
//! ssl_cert_path: Some("./remote.com.crt".to_string()),
|
||||
//! })
|
||||
//! );
|
||||
//! // Start listening
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue