Updated Setup (markdown)

GilbN 2019-12-31 16:36:13 +01:00
parent 1d275117ca
commit 6cbe603a8a

@ -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: Now in the location block use the include syntax and include the theme-park.conf file and set the $app variable, like so:
```nginx ```nginx
set $app sonarr; set $app <app>;
include /config/nginx/theme-park.conf; include /config/nginx/theme-park.conf;
``` ```
**Example** **Sonarr Example**
```nginx ```nginx
location /sonarr { location /sonarr {
proxy_pass http://192.168.1.34:8990/sonarr; proxy_pass http://192.168.1.34:8990/sonarr;