Update modules/nginx.nix

This commit is contained in:
Alexander Bantyev 2020-03-22 13:33:09 +03:00
parent a328f311fd
commit 4024f7e86c

View File

@ -31,9 +31,6 @@
"matrix.balsoft.ru" = { "matrix.balsoft.ru" = {
locations."/" = { proxyPass = "https://localhost:13748"; }; locations."/" = { proxyPass = "https://localhost:13748"; };
} // default; } // default;
"mai.balsoft.ru" = {
locations."/" = { root = "/var/lib/important"; };
} // default;
"share.balsoft.ru" = { "share.balsoft.ru" = {
locations."/" = { root = "/var/lib/share"; }; locations."/" = { root = "/var/lib/share"; };
} // default; } // default;