correct status code on not found
This commit is contained in:
parent
8b22d0f4fc
commit
4b23e72a67
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in mkIf conf.nginx.enable {
|
|||
forceSSL = false;
|
||||
locations = {
|
||||
"/" = {
|
||||
return = "200 \"nonexistent faggot\"";
|
||||
return = "404";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue