#bugfix: bitwarden 502 bad gateway
This commit is contained in:
@@ -25,6 +25,7 @@ server {
|
||||
proxy_redirect off;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_http_version 1.1;
|
||||
proxy_pass http://192.168.50.233:10060;
|
||||
}
|
||||
|
||||
@@ -45,4 +46,3 @@ server {
|
||||
# replace with the IP address of your resolver
|
||||
resolver 223.5.5.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user