nixos: services: servarr: nzbhydra: fix websockets
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
From what I could read, NZBHydra2 now requires proxying websockets.
This commit is contained in:
parent
b19d5bf218
commit
f0e1976cac
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ in
|
|||
my.services.nginx.virtualHosts = {
|
||||
nzbhydra = {
|
||||
port = 5076;
|
||||
websocketsLocations = [ "/" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue