From 4fd3a1cf870926cb1680ac721e5b2edfab9a8712 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Wed, 19 Jul 2023 20:24:59 +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 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.