Updated Setup (markdown)

GilbN 2019-12-16 12:07:38 +01:00
parent 764b95ca66
commit 8ecae66d8f

@ -120,7 +120,7 @@ location /sonarr {
proxy_no_cache $cookie_session; proxy_no_cache $cookie_session;
set $app sonarr; set $app sonarr;
include /config/nginx/theme-park.conf; include /config/nginx/theme-park.conf;
} }
``` ```
Now when you change the variable in the http block and restart nginx, it will update the theme for all your apps! Now when you change the variable in the http block and restart nginx, it will update the theme for all your apps!