correct status code on not found

This commit is contained in:
twoneis 2025-02-07 17:27:44 +01:00
parent 8b22d0f4fc
commit 4b23e72a67

View file

@ -10,7 +10,7 @@ in mkIf conf.nginx.enable {
forceSSL = false;
locations = {
"/" = {
return = "200 \"nonexistent faggot\"";
return = "404";
};
};
};