mediaserver: wip jellyfin
This commit is contained in:
parent
a1930aa4a6
commit
97762a8315
1 changed files with 2 additions and 0 deletions
|
@ -14,12 +14,14 @@
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
port = 9920;
|
port = 9920;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
|
extraParameters = [ "proxy_protocol" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
addr = "[::0]";
|
addr = "[::0]";
|
||||||
port = 9920;
|
port = 9920;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
|
extraParameters = [ "proxy_protocol" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue