mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-08-27 20:39:46 +00:00
http: document that running behind a reverse proxy is not supported
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user