fixed jellyfin syncplay.
This commit is contained in:
parent
a0e2bc11b4
commit
16514fe6c3
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@
|
|||
locations."/" = {
|
||||
proxyPass = "http://localhost:8096";
|
||||
};
|
||||
locations."/socket" = {
|
||||
proxyPass = "http://localhost:8096";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue