nixos: services: servarr: autobrr: fix websockets
I found some logs complaining about websockets before enabling this.
This commit is contained in:
parent
26ee59ef6e
commit
c69aaa7adb
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ in
|
||||||
my.services.nginx.virtualHosts = {
|
my.services.nginx.virtualHosts = {
|
||||||
autobrr = {
|
autobrr = {
|
||||||
inherit (cfg) port;
|
inherit (cfg) port;
|
||||||
|
websocketsLocations = [ "/api" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue