From cf5426af5cf0a39f0cd4873c204d706bc834cfff Mon Sep 17 00:00:00 2001 From: dnnr Date: Thu, 7 May 2015 12:42:39 +0200 Subject: [PATCH] Explain how to change the URL base in the configuration file, since the UI might be hard to access when the base is wrong --- Reverse-Proxy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index d112593..ca46b83 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -1,5 +1,11 @@ +## Variant 1: Setting the URL base in the UI + 1. Go to Settings -> General 2. Set URL Base to desired path 3. Save settings 4. Restart (Restart as administrator on Windows) -5. Donate <3 \ No newline at end of file +5. Donate <3 + +## Variant 2: Editing the configuration file +1. Open file ~/.config/NzbDrone/config.xml +2. Add entry `your/desired/path` \ No newline at end of file