From e65fb5c9f91a2fbe2078554948c4c6a1a9eb8c00 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Thu, 29 Dec 2022 21:23:12 +0900 Subject: [PATCH] provide hint about Caddy sub-path reverse_proxy configuration --- Proxy-examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proxy-examples.md b/Proxy-examples.md index bc35f25..f037cca 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -64,6 +64,8 @@ If you prefer, you can also directly specify a value instead of substituting an reverse_proxy /notifications/hub :3012 # Proxy everything else to Rocket + # if located at a sub-path the reverse_proxy line will look like: + # reverse_proxy /subpath/* :80 reverse_proxy :80 { # Send the true remote IP to Rocket, so that vaultwarden can put this in the # log, so that fail2ban can ban the correct IP.