Skip to content

Commit 8452d04

Browse files
committed
Merge branch 'master' of github.com:bitwarden/server into feature/additional-item-types
2 parents e995e3d + 43be1d3 commit 8452d04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

util/Setup/Configuration.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ public class Configuration
9797

9898
[Description("Defines \"real\" IPs in nginx.conf. Useful for defining proxy servers that forward the \n" +
9999
"client IP address.\n" +
100-
"Learn more: https://nginx.org/en/docs/http/ngx_http_realip_module.html")]
100+
"Learn more: https://nginx.org/en/docs/http/ngx_http_realip_module.html\n\n" +
101+
"Defined as a dictionary, e.g.:\n" +
102+
"real_ips: ['10.10.0.0/24', '172.16.0.0/16']")]
101103
public List<string> RealIps { get; set; }
102104

103105
[Description("Enable Key Connector (https://bitwarden.com/help/article/deploy-key-connector)")]

0 commit comments

Comments
 (0)