chore(access): remove fallback catchall

This commit is contained in:
arcnmx 2024-09-07 15:40:49 -07:00
parent a02778b413
commit 279230578f

View file

@ -48,7 +48,7 @@ in {
};
"/" = {
extraConfig = ''
rewrite ^.*$ /high last;
#rewrite ^.*$ /high last;
return 404;
'';
};