0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00

Updated Proxy examples (markdown)

Mathijs van Veluw 2023-07-19 20:24:59 +02:00
parent 8845c8e38d
commit 4fd3a1cf87

@ -447,7 +447,7 @@ Example NixOS nginx config. For more Information about NixOS Deployment see [Dep
</details>
<details>
<summary>Nginx with proxy_protocol in front - v1.29.0 (by dionysius)</summary><br/>
<summary>Nginx with proxy_protocol in front - v1.29.0+ (by dionysius)</summary><br/>
In this example there is a downstream proxy communicating in [proxy_protocol in front of this nginx](https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/) (E.g. a [LXD proxy device with proxy_protocol enabled](https://linuxcontainers.org/lxd/docs/master/reference/devices_proxy/)). Nginx needs to correctly consume the protocol and headers to forward need to be set from the those. Lines marked with `# <---` have different contents than blackdex example.