mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: document that running behind a reverse proxy is not supported
This commit is contained in:
parent
a62b2033a5
commit
2313ca77ec
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ 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)]
|
||||
pub struct Config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue