From 279230578fd5d5367bc778dda21540db59f70305 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sat, 7 Sep 2024 15:40:49 -0700 Subject: [PATCH] chore(access): remove fallback catchall --- nixos/access/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/access/mpd.nix b/nixos/access/mpd.nix index 2ef154e9..6cf7257a 100644 --- a/nixos/access/mpd.nix +++ b/nixos/access/mpd.nix @@ -48,7 +48,7 @@ in { }; "/" = { extraConfig = '' - rewrite ^.*$ /high last; + #rewrite ^.*$ /high last; return 404; ''; };