This commit is contained in:
parent
1f4a3929d0
commit
9e1d870b63
8 changed files with 331 additions and 182 deletions
|
@ -79,7 +79,7 @@ in
|
|||
useACMEHost = mkIf cfg.enableAcme domainName;
|
||||
|
||||
locations."/" = {
|
||||
return = "404";
|
||||
return = ./index.html;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue