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

From what I could read, NZBHydra2 now requires proxying websockets.
This commit is contained in:
Bruno BELANYI 2025-03-31 11:34:25 +00:00
parent b19d5bf218
commit f0e1976cac

View file

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