Merge branch 'openssl' into revproxy-openssl
This commit is contained in:
@@ -7,7 +7,7 @@ use std::path::Path;
|
||||
|
||||
#[derive(Debug, Deserialize, Clone)]
|
||||
pub struct Config {
|
||||
pub port: i32,
|
||||
pub port: u16,
|
||||
pub host: String,
|
||||
pub server: Vec<Server>,
|
||||
}
|
||||
@@ -31,7 +31,7 @@ pub struct ServerCfg {
|
||||
pub cert: String,
|
||||
pub cgi: String,
|
||||
pub usrdir: bool,
|
||||
pub port: i32,
|
||||
pub port: u16,
|
||||
pub proxy: HashMap<String, String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user