Update modules/nginx.nix
This commit is contained in:
parent
ff0ecf9250
commit
bfdf702128
@ -13,6 +13,9 @@
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
};
|
};
|
||||||
|
"corona.balsoft.ru" = {
|
||||||
|
locations."/" = { root = "/var/lib/corona"; index = "index.html"; };
|
||||||
|
} // default;
|
||||||
"cache.balsoft.ru" = {
|
"cache.balsoft.ru" = {
|
||||||
locations."/" = { proxyPass = "http://localhost:5000"; };
|
locations."/" = { proxyPass = "http://localhost:5000"; };
|
||||||
} // default;
|
} // default;
|
||||||
|
Loading…
Reference in New Issue
Block a user