Commit de668cb6 authored by K900's avatar K900
Browse files

nixos/netbird/dashboard: actually set it up correctly

The previous fix was incomplete, this is what the upstream Dockerfile does.
parent 24a67348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ in
        root = cfg.finalDrv;

        locations = {
          "/".tryFiles = "$uri $uri/ /index.html";
          "/".tryFiles = "$uri $uri.html $uri/ =404";

          "= /404.html".extraConfig = ''
            internal;