From 90cc197c20f101b92cde48102ef9018181344656 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 28 Jan 2026 20:32:51 -0500 Subject: [PATCH] pass host header to wings --- roles/traefik/templates/local-dynamic.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/traefik/templates/local-dynamic.yml.j2 b/roles/traefik/templates/local-dynamic.yml.j2 index 2faedb2..50a9b46 100644 --- a/roles/traefik/templates/local-dynamic.yml.j2 +++ b/roles/traefik/templates/local-dynamic.yml.j2 @@ -61,4 +61,5 @@ http: wings: loadBalancer: servers: - - url: "http://172.16.0.44:4000/" \ No newline at end of file + - url: "http://172.16.0.44:4000/" + passHostHeader: true \ No newline at end of file