From af06d27ded236d397278dafcbd41e95d076a7d8a Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 4 Nov 2023 05:04:27 +0900 Subject: Set up CI artefacts --- automation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/automation.nix b/automation.nix index f561e7f..452604c 100644 --- a/automation.nix +++ b/automation.nix @@ -28,6 +28,7 @@ in { enableACME = true; forceSSL = true; locations."/".proxyPass = "http://${httpSock}"; + locations."/archive/".alias = "/var/lib/laminar/archive/"; }; systemd.services.laminar = { -- cgit 1.4.1