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;