mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 06:48:37 +08:00
removed ssl parameter from configs, it will be detected automatically
This commit is contained in:
@@ -41,7 +41,6 @@ pub struct HostConfig {
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct PathConfig {
|
||||
pub ssl: bool,
|
||||
pub servers: Vec<String>,
|
||||
pub headers: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user