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 +... + +```