about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--static.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/static.nix b/static.nix
index ca291e3..f50fb5e 100644
--- a/static.nix
+++ b/static.nix
@@ -61,6 +61,7 @@ in {
       virtualHosts.${domain} = {
         enableACME = true;
         forceSSL = true;
+        locations."/".index = "index.xhtml";
         root = "/var/lib/www/${domain}";
       };
     };