Updated Setup (markdown)
parent
1d275117ca
commit
6cbe603a8a
4
Setup.md
4
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:
|
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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user