From 64523fbdf8473d4d19828954c68f91d12fb620fc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 13 Jun 2022 01:53:17 +0900 Subject: Use XHTML for loang.net/ --- static.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'static.nix') 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}"; }; }; -- cgit 1.4.1