From 89563e085f46593cbd066883bccce39d03fec2d3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:21:41 +0200 Subject: [PATCH] Update ingress.conf --- transmission/rootfs/etc/nginx/servers/ingress.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmission/rootfs/etc/nginx/servers/ingress.conf b/transmission/rootfs/etc/nginx/servers/ingress.conf index c80c6e1f7..fb09e335b 100644 --- a/transmission/rootfs/etc/nginx/servers/ingress.conf +++ b/transmission/rootfs/etc/nginx/servers/ingress.conf @@ -7,7 +7,7 @@ server { # Code origin : https://github.com/transmission/transmission/issues/899 location = / { - return 301 /web/; # The slash at the end is important. + return 301 ./web/; # The slash at the end is important. } location / {