Fix backend name
This commit is contained in:
parent
8227300a34
commit
eb49f13c49
|
@ -21,7 +21,7 @@ backend haproxy_http {
|
||||||
.path = "/shared/haproxy_http";
|
.path = "/shared/haproxy_http";
|
||||||
}
|
}
|
||||||
|
|
||||||
backend destination_https {
|
backend destination_http {
|
||||||
.host = "<%= @cache_secrets['customers'][@customer]['host'] %>";
|
.host = "<%= @cache_secrets['customers'][@customer]['host'] %>";
|
||||||
.port = "80";
|
.port = "80";
|
||||||
.via = haproxy_http;
|
.via = haproxy_http;
|
||||||
|
|
Loading…
Reference in a new issue