From cbc9d061276d9bbdd43e89c6a94a7d80643e238b Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Fri, 4 Feb 2022 11:20:02 +0100 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Proxy-examples.md b/Proxy-examples.md index 86cc200..c0aee5e 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -201,6 +201,7 @@ server { ## Using a Sub Path Config # Path to the root of your installation + # Be sure to add the trailing /, else you could have issues location /vault/ { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;