nixos: services: servarr: nzbhydra: fix websockets
Some checks failed
ci/woodpecker/push/check Pipeline failed

From what I could read, NZBHydra2 *might* require proxying websockets in
new versions (better safe than sorry).
This commit is contained in:
Bruno BELANYI 2025-03-31 11:34:25 +00:00
parent b19d5bf218
commit f312c80e55

View file

@ -17,6 +17,7 @@ in
my.services.nginx.virtualHosts = {
nzbhydra = {
port = 5076;
websocketsLocations = [ "/" ];
};
};