diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-13 01:53:17 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-13 01:53:17 +0900 |
commit | 64523fbdf8473d4d19828954c68f91d12fb620fc (patch) | |
tree | dff1f2b34218858290502bc0758452a7bf2c43cd | |
parent | 5d6f773968c06b19305b234a194c09ed901f389d (diff) | |
download | nixos-conf-64523fbdf8473d4d19828954c68f91d12fb620fc.tar.gz |
Use XHTML for loang.net/
-rw-r--r-- | static.nix | 1 |
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}"; }; }; |