nixos: services: migrate to 'websocketsLocations'

This commit is contained in:
Bruno BELANYI 2024-11-19 15:49:31 +00:00
parent e9d96138d5
commit 6a1a35a384
5 changed files with 8 additions and 28 deletions

View file

@ -30,9 +30,7 @@ in
audiobookshelf = {
inherit (cfg) port;
# Proxy websockets for RPC
extraConfig = {
locations."/".proxyWebsockets = true;
};
websocketsLocations = [ "/" ];
};
};