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;