Update modules/nginx.nix

This commit is contained in:
Alexander Bantyev 2020-03-10 01:13:54 +03:00
parent 45f89cb531
commit b44af46bee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
locations."/" = {
root = "/var/lib/corona";
index = "index.html";
extraConfig = "add_header 'Access-Control-Allow-Origin' '*'";
extraConfig = "add_header 'Access-Control-Allow-Origin' '*';";
};
} // default;
"cache.balsoft.ru" = {