From e3f08747a012af1399045b4b690b7d20c8f49979 Mon Sep 17 00:00:00 2001 From: Martin407 Date: Fri, 10 Nov 2023 13:34:09 -0500 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 b3e9a1f..dcda781 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -80,7 +80,7 @@ If you prefer, you can also directly specify a value instead of substituting an # Send the true remote IP to Rocket, so that Vaultwarden can put this in the # log, so that fail2ban can ban the correct IP. header_up X-Real-IP {remote_host} - # If you use Cloudlfare proxying, replace remote_host with http.request.header.Cf-Connecting-Ip + # If you use Cloudflare proxying, replace remote_host with http.request.header.Cf-Connecting-Ip # See https://developers.cloudflare.com/support/troubleshooting/restoring-visitor-ips/restoring-original-visitor-ips/ # and https://caddy.community/t/forward-auth-copy-headers-value-not-replaced/16998/4 }