diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index d4eac613f..09a2fb606 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -13,6 +13,7 @@ server { proxy_set_header Connection "Upgrade"; proxy_set_header Upgrade $http_upgrade; proxy_set_header Host $http_host; # try $host instead if this doesn't work + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # Allow ingress subpath proxy_set_header X-Script-Name %%ingress_entry%%;