Update modules/nginx.nix
This commit is contained in:
parent
ff0ecf9250
commit
bfdf702128
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user