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