From bfdf7021285261fe7ff032faf5d89cf91af57994 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 10 Mar 2020 00:37:59 +0300 Subject: [PATCH] Update modules/nginx.nix --- modules/nginx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nginx.nix b/modules/nginx.nix index 92e94db..8ec79ea 100644 --- a/modules/nginx.nix +++ b/modules/nginx.nix @@ -13,6 +13,9 @@ enableACME = true; addSSL = true; }; + "corona.balsoft.ru" = { + locations."/" = { root = "/var/lib/corona"; index = "index.html"; }; + } // default; "cache.balsoft.ru" = { locations."/" = { proxyPass = "http://localhost:5000"; }; } // default;