about summary refs log tree commit diff
path: root/static.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-13 01:53:17 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-13 01:53:17 +0900
commit64523fbdf8473d4d19828954c68f91d12fb620fc (patch)
treedff1f2b34218858290502bc0758452a7bf2c43cd /static.nix
parent5d6f773968c06b19305b234a194c09ed901f389d (diff)
downloadnixos-conf-64523fbdf8473d4d19828954c68f91d12fb620fc.tar.gz
Use XHTML for loang.net/
Diffstat (limited to 'static.nix')
-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}";
       };
     };