From 4024f7e86c6e20e59c54a0e06d89e4ec9c7a8c0c Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 22 Mar 2020 13:33:09 +0300 Subject: [PATCH] Update modules/nginx.nix --- modules/nginx.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nginx.nix b/modules/nginx.nix index d103d41..f2da86b 100644 --- a/modules/nginx.nix +++ b/modules/nginx.nix @@ -31,9 +31,6 @@ "matrix.balsoft.ru" = { locations."/" = { proxyPass = "https://localhost:13748"; }; } // default; - "mai.balsoft.ru" = { - locations."/" = { root = "/var/lib/important"; }; - } // default; "share.balsoft.ru" = { locations."/" = { root = "/var/lib/share"; }; } // default;