mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Use hdr not hdr_dom, see: https://stackoverflow.com/a/48758710/5155484
parent
a9e1863c20
commit
1931237a60
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ frontend http-in
|
||||||
default_backend static-success-default
|
default_backend static-success-default
|
||||||
|
|
||||||
# Define hosts
|
# 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
|
## 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 }
|
use_backend vaultwarden_http if host_bitwarden_domain_tld !{ path_beg /notifications/hub } or { path_beg /notifications/hub/negotiate }
|
||||||
|
|
Loading…
Reference in a new issue