From 8845c8e38d47ecc8365e5839a80e3b081f21e0bf Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Wed, 19 Jul 2023 20:24:41 +0200 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 001a4e9..9f46b93 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 (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.