From 70f9947b0c849e2c8d033ca9c44e00dde76dfbc6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 29 Aug 2022 20:45:09 +0200 Subject: [PATCH] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index f3d97aa19..d7b020791 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -48,6 +48,10 @@ server { #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/; + #proxy_redirect default; + #proxy_redirect http://$host/ $x_scheme://$host$x_port/; + #proxy_redirect https://$host/ https://$host$x_port/; + #proxy_redirect http://$host$x_port/ $x_scheme://$host$x_port/; # Rewrite url sub_filter "/media" "%%ingress_entry%%/media";