mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
ws: don't attempt to parse TLS files when running without TLS
This commit is contained in:
parent
72c66e6e1a
commit
7b06bf8736
3 changed files with 8 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ use serde::Deserialize;
|
|||
use aquatic_common::cli::LogLevel;
|
||||
|
||||
/// aquatic_http configuration
|
||||
///
|
||||
///
|
||||
/// Does not support running behind a reverse proxy.
|
||||
#[derive(Clone, Debug, PartialEq, TomlConfig, Deserialize)]
|
||||
#[serde(default, deny_unknown_fields)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue