From 26cbd33aa5cc5633995a8f4e3a9192c6a1a65f03 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 11 Dec 2022 14:26:09 +0900 Subject: Let xarvos run honk at cc.xrvs.net --- static.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static.nix') diff --git a/static.nix b/static.nix index 0a117d5..b1f736e 100644 --- a/static.nix +++ b/static.nix @@ -90,6 +90,14 @@ in { forceSSL = true; root = "/var/lib/www/septagram.suricrasia.online"; }; + + "cc.xrvs.net" = let + honk = "/var/lib/www/cc.xrvs.net/honk.sock"; + in { + enableACME = true; + forceSSL = true; + locations."/".proxyPass = "http://unix:${honk}"; + }; }; }; -- cgit 1.4.1