diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 305e556a2..25998f5b2 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -47,8 +47,6 @@ server { proxy_set_header X-Forwarded-Proto $x_scheme; # Correct url without port when using https - sub_filter_once off; - sub_filter_types *; sub_filter https://$host/ $x_scheme://$host$x_port/; sub_filter http://$host/ $x_scheme://$host$x_port/; }