diff --git a/Proxy-examples.md b/Proxy-examples.md index 9f46b93..e6fe695 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -447,7 +447,7 @@ Example NixOS nginx config. For more Information about NixOS Deployment see [Dep
-Nginx with proxy_protocol in front - v1.29.0 (by dionysius)
+Nginx with proxy_protocol in front - v1.29.0+ (by dionysius)
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.