From 9e1470898bcf08fba8de45ccbbf1f964cb24ba3e Mon Sep 17 00:00:00 2001 From: Acris Liu Date: Mon, 16 Aug 2021 00:42:21 +0800 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 92a7721..a97befc 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -60,13 +60,13 @@ If you prefer, you can also directly specify a value instead of substituting an # redir @insecureadmin / # The negotiation endpoint is also proxied to Rocket - reverse_proxy /notifications/hub/negotiate vaultwarden:80 + reverse_proxy /notifications/hub/negotiate :80 # Notifications redirected to the websockets server - reverse_proxy /notifications/hub vaultwarden:3012 + reverse_proxy /notifications/hub :3012 # Proxy the Root directory to Rocket - reverse_proxy vaultwarden: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. header_up X-Real-IP {remote_host}