From 5fcfabb977007bfa4051506a566b76a9f134157e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 May 2021 14:40:33 +0200 Subject: [PATCH] Update ingress.gtpl --- portainer/rootfs/etc/nginx/templates/ingress.gtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/rootfs/etc/nginx/templates/ingress.gtpl b/portainer/rootfs/etc/nginx/templates/ingress.gtpl index 724b65afd..9a8a95041 100644 --- a/portainer/rootfs/etc/nginx/templates/ingress.gtpl +++ b/portainer/rootfs/etc/nginx/templates/ingress.gtpl @@ -4,7 +4,7 @@ server { include /etc/nginx/includes/proxy_params.conf; location / { - proxy_pass {{ .protocol }}://backend; + proxy_pass {{ .protocol }}://backend/; } }