Update modules/nginx.nix
This commit is contained in:
parent
bfdf702128
commit
45f89cb531
@ -9,12 +9,19 @@
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
"balsoft.ru" = {
|
"balsoft.ru" = {
|
||||||
locations."/" = { root = "/var/lib/balsoft.ru"; index = "index.txt"; };
|
locations."/" = {
|
||||||
|
root = "/var/lib/balsoft.ru";
|
||||||
|
index = "index.txt";
|
||||||
|
};
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
};
|
};
|
||||||
"corona.balsoft.ru" = {
|
"corona.balsoft.ru" = {
|
||||||
locations."/" = { root = "/var/lib/corona"; index = "index.html"; };
|
locations."/" = {
|
||||||
|
root = "/var/lib/corona";
|
||||||
|
index = "index.html";
|
||||||
|
extraConfig = "add_header 'Access-Control-Allow-Origin' '*'";
|
||||||
|
};
|
||||||
} // default;
|
} // default;
|
||||||
"cache.balsoft.ru" = {
|
"cache.balsoft.ru" = {
|
||||||
locations."/" = { proxyPass = "http://localhost:5000"; };
|
locations."/" = { proxyPass = "http://localhost:5000"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user