mirror of
https://github.com/bitwarden/server
synced 2026-01-08 03:23:20 +00:00
real ips config
This commit is contained in:
@@ -49,6 +49,12 @@ server {
|
||||
include /etc/nginx/security-headers-ssl.conf;
|
||||
{{/if}}
|
||||
include /etc/nginx/security-headers.conf;
|
||||
{{#if RealIps}}
|
||||
|
||||
{{#each RealIps}}
|
||||
set_real_ip_from {{{Value}}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
|
||||
location / {
|
||||
proxy_pass http://web:5000/;
|
||||
|
||||
Reference in New Issue
Block a user