1
0
Fork 0

mediaserver: wip jellyfin

This commit is contained in:
Daniel Kempkens 2023-04-19 22:22:50 +02:00
parent a1930aa4a6
commit 97762a8315
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -14,12 +14,14 @@
addr = "0.0.0.0";
port = 9920;
ssl = true;
extraParameters = [ "proxy_protocol" ];
}
{
addr = "[::0]";
port = 9920;
ssl = true;
extraParameters = [ "proxy_protocol" ];
}
];