From f26a4d687cac25e5007b88efb02b40d10c5c2945 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 14 Feb 2022 20:15:17 +0000 Subject: [PATCH] Base URL > Base Path --- Reverse-Proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ***