From dc45fe1bc9a1d47b989b43aba013a1dfafc71a19 Mon Sep 17 00:00:00 2001 From: Giovanni Palma <33783684+DragoSpiro98@users.noreply.github.com> Date: Fri, 28 Jan 2022 08:40:14 +0100 Subject: [PATCH] Update radarr.subfolder.conf.sample --- radarr.subfolder.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/radarr.subfolder.conf.sample b/radarr.subfolder.conf.sample index e8d3dd8..c8f25bb 100644 --- a/radarr.subfolder.conf.sample +++ b/radarr.subfolder.conf.sample @@ -1,7 +1,11 @@ ## Version 2021/05/18 # first go into radarr settings, under "General" set the URL Base to /radarr and restart the radarr container -location ^~ /radarr { +location /radarr { + return 301 $scheme://$host/radarr/; +} + +location ^~ /radarr/ { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd;