Missing "

This commit is contained in:
Patrik Lundin 2024-10-10 20:44:23 +02:00
parent ff6376b68d
commit 747059cd92
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -28,7 +28,7 @@ backend destination_https {
}
backend destination_https {
.host = "<%= @cache_secrets['customers'][@customer]['host'] %>;
.host = "<%= @cache_secrets['customers'][@customer]['host'] %>";
.port = "443";
.via = haproxy_https;
}