From f85010b6da128d2a2cbbe74f743248f4777f2397 Mon Sep 17 00:00:00 2001 From: nigelhooper Date: Wed, 19 Dec 2018 21:24:13 +0000 Subject: [PATCH] Unlike similar software Sonarr doesn't work if the UrlBase starts with a slash. --- Reverse-Proxy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index 905ded5..4445ebf 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -84,4 +84,5 @@ Reload Nginx: `nginx -s reload` ## Variant 2: Editing the configuration file 1. Open file ~/.config/NzbDrone/config.xml -2. Add entry `your/desired/path` +2. Add entry your/desired/path +NB Note that UrlBase doesn't start with a slash otherwise it wont work!