update server

This commit is contained in:
kp2pml30 2025-01-31 22:08:20 +04:00
parent a5dfa8c3f8
commit af637c5d96
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@ in lib.mkIf cfg.nginx {
locations."/" = {
root = cfg.sitePath;
tryFiles = "$uri $uri/ index.html";
};
};