From 46c53ea8c6e37aabf51df28a25ecaca6df2ec856 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Mon, 25 Feb 2019 19:04:29 -0800 Subject: [PATCH] Adding radarr config changes for reverse proxy. In my case /Content wouldn't load without this (conflict with Sonarr) --- Reverse-Proxy.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index f13ffc2..a1431ed 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -32,3 +32,17 @@ Here `YOUR_DOMAIN` needs to be replaced with the domain you are using to reverse Similarly `YOUR_URL_BASE` needs to be replaced with the URL Base set in radarr's settings. If it is empty, the line should read `location /`. After reloading nginx you should now be able to find radarr at http://YOUR_DOMAIN/YOUR_URL_BASE. + +## Radarr Config + +To ensure your content remains showing, you need to update your `config.xml` + +For example if you choose `/radarr` as your url base, you'll need to update your config as such: +``` + + Info + 7878 + /radarr +... + +```