mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
more real_ip config values for nginx
This commit is contained in:
@@ -54,6 +54,8 @@ server {
|
||||
{{#each RealIps}}
|
||||
set_real_ip_from {{{Value}}};
|
||||
{{/each}}
|
||||
real_ip_header X-Forwarded-For;
|
||||
real_ip_recursive on;
|
||||
{{/if}}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user