From 1931237a60a99144fda15cbe84d15760df42cd48 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 20 Jun 2021 18:22:19 +0200 Subject: [PATCH] Use hdr not hdr_dom, see: https://stackoverflow.com/a/48758710/5155484 --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index b0ec4a7..27dc371 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -496,7 +496,7 @@ frontend http-in default_backend static-success-default # Define hosts - acl host_bitwarden_domain_tld hdr_dom(Host) -i bitwarden.domain.tld + acl host_bitwarden_domain_tld hdr(Host) -i bitwarden.domain.tld ## figure out which one to use use_backend vaultwarden_http if host_bitwarden_domain_tld !{ path_beg /notifications/hub } or { path_beg /notifications/hub/negotiate }