From 37881d7fedd2ce2211a6b1e0dad5968fe39d4897 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 16 Sep 2022 10:28:22 +0200 Subject: [PATCH] Allow nabucasa url https://github.com/alexbelgium/hassio-addons/discussions/480 --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 9c0ad6869..5552aabe6 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -41,7 +41,7 @@ server { proxy_set_header X-Port $x_port; proxy_set_header X-Forwarded-Proto $x_scheme; - proxy_set_header Host $x_host$x_port; # try $host instead if this doesn't work + proxy_set_header Host $host$x_port; # try $host instead if this doesn't work # Correct url without port when using https sub_filter_once off;