From 6cbe603a8a14472373c763ea92fcc3acd8118636 Mon Sep 17 00:00:00 2001 From: GilbN Date: Tue, 31 Dec 2019 16:36:13 +0100 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup.md b/Setup.md index 580d8fa..f5346bf 100644 --- a/Setup.md +++ b/Setup.md @@ -103,11 +103,11 @@ The `$theme` variable is set in the http block and will affect all server blocks Now in the location block use the include syntax and include the theme-park.conf file and set the $app variable, like so: ```nginx - set $app sonarr; + set $app ; include /config/nginx/theme-park.conf; ``` -**Example** +**Sonarr Example** ```nginx location /sonarr { proxy_pass http://192.168.1.34:8990/sonarr;