mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +01:00
real_ips uses this in template
This commit is contained in:
parent
ce47948f86
commit
e6fc0f9548
@ -52,7 +52,7 @@ server {
|
|||||||
{{#if RealIps}}
|
{{#if RealIps}}
|
||||||
|
|
||||||
{{#each RealIps}}
|
{{#each RealIps}}
|
||||||
set_real_ip_from {{{Value}}};
|
set_real_ip_from {{{this}}};
|
||||||
{{/each}}
|
{{/each}}
|
||||||
real_ip_header X-Forwarded-For;
|
real_ip_header X-Forwarded-For;
|
||||||
real_ip_recursive on;
|
real_ip_recursive on;
|
||||||
|
Loading…
Reference in New Issue
Block a user