Updated Setup (markdown)

GilbN 2020-10-21 20:43:18 +02:00
parent fa514a18c8
commit 0a98850237

@ -79,7 +79,7 @@ In your http block add the following:
```nginx
# THEME.PARK
map $host $theme {
default <theme>;
default <theme>; # e.g. default organizr-dark
}
```
Change `<theme>` to the theme you want on all your apps. e.g. `default dark;`