From 1732408adfeafee3ff837f1d385036416408e79a Mon Sep 17 00:00:00 2001 From: Ollie Strickland Date: Sat, 12 Nov 2022 02:41:49 -0600 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 70565ef..44e2c55 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -906,7 +906,7 @@ http protocol vaultwarden-https { tls keypair bitwarden.example.tld tls { no tlsv1.0, ciphers HIGH } - # allow websockets - this is nice it handles all the headers no need for manual header edits + # allow websockets - this is nice it handles the connection upgrade, no need for manual header edits http websockets }