diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index da34b08..ec9f77b 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -1,5 +1,5 @@ -> Note: These examples assume you are using **_/jackett_** as your **Base URL** (`"BasePathOverride": "/jackett"` in `ServerConfig.json`). -> If your **Base URL** differs, replace all instances of **_/jackett_** with **_/YourBaseURL_**. +> Note: These examples assume you are using **_/jackett_** as your **Base Path** (`"BasePathOverride": "/jackett"` in `ServerConfig.json`). +> If your **Base Path** differs, replace all instances of **_/jackett_** with **_/YourBasePath_**. > Along with the steps below, you also need to set a base path override which is present under the configuration section on your Jackett dashboard. ***