forked from CCCHH/nix-infra
deploy diday.org site
This commit is contained in:
parent
99efc60fce
commit
bbfe9eba6f
6 changed files with 72 additions and 64 deletions
|
|
@ -36,6 +36,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
basicAuth = {
|
||||
"preview" = "liebe";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
return 301 https://diday.org;
|
||||
'';
|
||||
|
|
@ -54,6 +58,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
basicAuth = {
|
||||
"preview" = "liebe";
|
||||
};
|
||||
|
||||
root = "${dataDir}";
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue