mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
Update RealIps Description (#1980)
Describe the syntax of the real_ips configuration key with an example, to prevent type errors in the `setup` container when parsing `config.yml`
This commit is contained in:
parent
8b1a6b4ad3
commit
43be1d3647
@ -97,7 +97,9 @@ namespace Bit.Setup
|
||||
|
||||
[Description("Defines \"real\" IPs in nginx.conf. Useful for defining proxy servers that forward the \n" +
|
||||
"client IP address.\n" +
|
||||
"Learn more: https://nginx.org/en/docs/http/ngx_http_realip_module.html")]
|
||||
"Learn more: https://nginx.org/en/docs/http/ngx_http_realip_module.html\n\n" +
|
||||
"Defined as a dictionary, e.g.:\n" +
|
||||
"real_ips: ['10.10.0.0/24', '172.16.0.0/16']")]
|
||||
public List<string> RealIps { get; set; }
|
||||
|
||||
[Description("Enable Key Connector (https://bitwarden.com/help/article/deploy-key-connector)")]
|
||||
|
Loading…
Reference in New Issue
Block a user