started switch to garage

This commit is contained in:
Vivian 2023-06-02 11:30:48 +02:00
parent f26480754a
commit b3f6566b63
4 changed files with 40 additions and 30 deletions

View file

@ -83,7 +83,6 @@ in {
forceSSL = true;
enableACME = true;
extraConfig = ''
#Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause
send_timeout 100m;
@ -129,8 +128,9 @@ in {
'';
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://plex2.hades:32400/"; };
proxyWebsockets = true;
proxyPass = "http://plex2.hades:32400/";
};
};
virtualHosts."fedi.xirion.net" = {
@ -162,5 +162,7 @@ in {
proxyWebsockets = true;
};
};
virtualHosts."fedi-media.xirion.net" = proxy "http://garage.hades:3902";
};
}