From a53d4ddcfe2cb0840893e3d91efe997e1bdf1751 Mon Sep 17 00:00:00 2001 From: cgail914 <37086045+cgail914@users.noreply.github.com> Date: Sun, 4 Jan 2026 16:12:30 +0100 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proxy-examples.md b/Proxy-examples.md index dd301dc..acfbe21 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -485,6 +485,8 @@ server { Remember to enable `mod_proxy_http`, for example with: `a2enmod proxy_http`. This requires Apache >= 2.4.47 +If you access your vault via a public https address (which then gets redirected internally on your server to http and port 80 for example), you must enable `RequestHeader set X-Forwarded-Proto "https"`, otherwise your vault will load but not your data. + ```apache SSLEngine on