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;