From 2968ad107e73f5a1947599c3c2c57b53aecc84df Mon Sep 17 00:00:00 2001 From: Marcel Ritter Date: Sat, 30 Jul 2022 17:11:56 +0200 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 29ec41e..1e56f3a 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -463,6 +463,8 @@ Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with: ProxyPreserveHost On ProxyRequests Off RequestHeader set X-Real-IP %{REMOTE_ADDR}s + # Add this line if your url attributes are reported back as http://... : + # RequestHeader add X-Forwarded-Proto https ```