Fix backend name

This commit is contained in:
Patrik Lundin 2024-10-11 18:14:30 +02:00
parent 8227300a34
commit eb49f13c49
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -21,7 +21,7 @@ backend haproxy_http {
.path = "/shared/haproxy_http";
}
backend destination_https {
backend destination_http {
.host = "<%= @cache_secrets['customers'][@customer]['host'] %>";
.port = "80";
.via = haproxy_http;