mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
real_ips uses this in template
This commit is contained in:
@ -52,7 +52,7 @@ server {
|
||||
{{#if RealIps}}
|
||||
|
||||
{{#each RealIps}}
|
||||
set_real_ip_from {{{Value}}};
|
||||
set_real_ip_from {{{this}}};
|
||||
{{/each}}
|
||||
real_ip_header X-Forwarded-For;
|
||||
real_ip_recursive on;
|
||||
|
Reference in New Issue
Block a user