diff --git a/hosts/2maccabees/vhosts.nix b/hosts/2maccabees/vhosts.nix index 0f9902c..8a21ed8 100644 --- a/hosts/2maccabees/vhosts.nix +++ b/hosts/2maccabees/vhosts.nix @@ -9,12 +9,7 @@ enable = true; # A proxy front-end for Syncthing virtualHosts."dns.thehellings.lan" = { - locations = { - "/sync" = { - proxyPass = "http://127.0.0.1:8384"; - proxyWebsockets = true; - }; - }; + locations."/sync/".proxyPass = "http://127.0.0.1:8384/"; serverAliases = [ "dns" ]; }; };