mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05: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