Update modules/nginx.nix
This commit is contained in:
parent
45f89cb531
commit
b44af46bee
@ -20,7 +20,7 @@
|
|||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/var/lib/corona";
|
root = "/var/lib/corona";
|
||||||
index = "index.html";
|
index = "index.html";
|
||||||
extraConfig = "add_header 'Access-Control-Allow-Origin' '*'";
|
extraConfig = "add_header 'Access-Control-Allow-Origin' '*';";
|
||||||
};
|
};
|
||||||
} // default;
|
} // default;
|
||||||
"cache.balsoft.ru" = {
|
"cache.balsoft.ru" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user