This commit is contained in:
Vivian 2023-05-25 21:36:24 +02:00
parent 820fd3fadc
commit 584bf711e5
4 changed files with 46 additions and 14 deletions

View file

@ -83,7 +83,6 @@ in {
forceSSL = true;
enableACME = true;
proxyWebsockets = true;
extraConfig = ''
#Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause
@ -128,7 +127,10 @@ in {
proxy_redirect off;
proxy_buffering off;
'';
locations."/" = { proxyPass = "http://plex2.hades:32400/"; };
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://plex2.hades:32400/"; };
};
virtualHosts."fedi.xirion.net" = {