nixos/netbird/dashboard: actually set it up correctly

The previous fix was incomplete, this is what the upstream Dockerfile does.
This commit is contained in:
K900
2026-03-25 15:45:42 +03:00
parent 24a67348c7
commit de668cb6cb
@@ -171,7 +171,7 @@ in
root = cfg.finalDrv;
locations = {
"/".tryFiles = "$uri $uri/ /index.html";
"/".tryFiles = "$uri $uri.html $uri/ =404";
"= /404.html".extraConfig = ''
internal;