nixos: services: servarr: nzbhydra: fix websockets
From what I could read, NZBHydra2 *might* require proxying websockets in new versions (better safe than sorry).
This commit is contained in:
parent
b1ade72383
commit
ec965800e4
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ in
|
||||||
my.services.nginx.virtualHosts = {
|
my.services.nginx.virtualHosts = {
|
||||||
nzbhydra = {
|
nzbhydra = {
|
||||||
port = 5076;
|
port = 5076;
|
||||||
|
websocketsLocations = [ "/" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue