diff --git a/system/nixos/ntfy-sh.nix b/system/nixos/ntfy-sh.nix index 98ca3f8..50c5248 100644 --- a/system/nixos/ntfy-sh.nix +++ b/system/nixos/ntfy-sh.nix @@ -33,10 +33,6 @@ enableACME = false; locations."/" = { - tryFiles = "$uri @proxy"; - }; - - locations."@proxy" = { proxyWebsockets = true; recommendedProxySettings = true; proxyPass = "http://unix:/run/ntfy-sh/ntfy.socket";