From f280c8f1c44f5d528d8e07945e1bd8ba0f40026a Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 18 Feb 2023 20:58:46 +0100 Subject: [PATCH] ntfy-sh: update nginx config --- system/nixos/ntfy-sh.nix | 4 ---- 1 file changed, 4 deletions(-) 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";