nixos/netbird/dashboard: actually set it up correctly (#503356)

This commit is contained in:
K900
2026-03-25 15:15:38 +00:00
committed by GitHub
@@ -171,7 +171,7 @@ in
root = cfg.finalDrv;
locations = {
"/".tryFiles = "$uri $uri/ /index.html";
"/".tryFiles = "$uri $uri.html $uri/ =404";
"= /404.html".extraConfig = ''
internal;