We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e995e3d + 43be1d3 commit 8452d04Copy full SHA for 8452d04
util/Setup/Configuration.cs
@@ -97,7 +97,9 @@ public class Configuration
97
98
[Description("Defines \"real\" IPs in nginx.conf. Useful for defining proxy servers that forward the \n" +
99
"client IP address.\n" +
100
- "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" +
101
+ "Defined as a dictionary, e.g.:\n" +
102
+ "real_ips: ['10.10.0.0/24', '172.16.0.0/16']")]
103
public List<string> RealIps { get; set; }
104
105
[Description("Enable Key Connector (https://bitwarden.com/help/article/deploy-key-connector)")]
0 commit comments