new service! amdl
This commit is contained in:
parent
5c7720f462
commit
66ccec0f2c
11 changed files with 138 additions and 14 deletions
|
@ -30,6 +30,11 @@ in {
|
|||
enable = true;
|
||||
domain = "grafana.reidlab.pink";
|
||||
};
|
||||
|
||||
amdl = {
|
||||
enable = true;
|
||||
domain = "amdl.reidlab.pink";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -40,6 +45,7 @@ in {
|
|||
add_header Access-Control-Allow-Origin "*";
|
||||
'';
|
||||
# TODO: we should perhaps add something to help with this in staticSites?
|
||||
# just seems a little redundant if we get more pages like this
|
||||
extraConfig = ''
|
||||
error_page 404 /404.html;
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue