Home network update
Baldur: disable proxy buffering for home-assistant Freya: cleanup for setup Loki: home-assistant configuration
This commit is contained in:
parent
2d5a12eba0
commit
f5ed37a7fb
3 changed files with 10 additions and 30 deletions
|
|
@ -66,6 +66,7 @@ with lib; {
|
|||
locations."/" = { proxyPass = "http://${loki}:8123/"; proxyWebsockets = true; };
|
||||
extraConfig = ''
|
||||
proxy_pass_header Authorization;
|
||||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
"radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:7878/"; proxyWebsockets = true; }; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue