1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

real_ips uses this in template

This commit is contained in:
Kyle Spearrin 2019-05-15 22:11:22 -04:00
parent ce47948f86
commit e6fc0f9548

View File

@ -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;