diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index e836fcb17..f3d97aa19 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -44,8 +44,9 @@ server { # Correct url without port when using https sub_filter_once off; sub_filter_types *; - sub_filter http://$host/ $x_scheme://$host$x_port/; - sub_filter http://$host$x_port/ $x_scheme://$host$x_port/; + #sub_filter http://$host/ $x_scheme://$host$x_port/; + #sub_filter http://$host$x_port/ $x_scheme://$host$x_port/; + sub_filter http://$host/ http://$host$x_port/; sub_filter https://$host/ https://$host$x_port/; # Rewrite url