mediaserver: wip jellyfin
This commit is contained in:
parent
97762a8315
commit
95e37334a8
1 changed files with 0 additions and 2 deletions
|
@ -14,14 +14,12 @@
|
||||||
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