http to https redirect cleanup

This commit is contained in:
Ara Sadoyan
2025-05-26 16:24:15 +02:00
parent 2a93bc2cd6
commit a89592bd07
4 changed files with 47 additions and 83 deletions

View File

@@ -34,6 +34,8 @@ pub struct Config {
pub to_ssl: Option<bool>,
pub upstreams: Option<HashMap<String, HostConfig>>,
pub globals: Option<HashMap<String, Vec<String>>>,
pub headers: Option<Vec<String>>,
pub authorization: Option<HashMap<String, String>>,
pub consul: Option<Consul>,
}