From b46f5947dea441135d3f6920d327ef9a43a24a99 Mon Sep 17 00:00:00 2001
From: GilbN <24592972+gilbN@users.noreply.github.com>
Date: Thu, 22 Oct 2020 21:55:53 +0200
Subject: [PATCH] Added NPM example, thanks ResonatorPlus
---
Setup.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/Setup.md b/Setup.md
index 4072a65..72d7939 100644
--- a/Setup.md
+++ b/Setup.md
@@ -5,7 +5,10 @@
Subfilter Method
- Nginx
-- Nginx Variable (Recommended for easy switching)
+
- Apache
- Caddy
- Caddy V2
@@ -69,6 +72,17 @@ location /sonarr {
sub_filter_once on;
}
```
+### Nginx Proxy Manager
+
+If you're using Nginx Proxy Manager you can follow these steps:
+
+1. Edit the proxy host for the app you want the theme to apply to.
+2. Open the `Custom locations` tab and click `Add location`.
+3. For the location enter `/` (forward slash) and enter the `Scheme`, `Forward Hostname / IP` and `Forward Port`. (These can be the same as setup on the `Details` tab.)
+4. Click the cog so you can enter your custom Nginx configuration.
+5. Enter the code you find above under `Add this to your reverse proxy`. Don't forget to replace the app and theme name.
+
+
# Nginx Variable