diff --git a/newinfra/nix/modules/ingress/default.nix b/newinfra/nix/modules/ingress/default.nix index ddc0608..f02eb41 100644 --- a/newinfra/nix/modules/ingress/default.nix +++ b/newinfra/nix/modules/ingress/default.nix @@ -16,7 +16,7 @@ } http:// { - respond "This is an HTTP-only server, silly you. Go to https:// instead." 400 + respond "This is an HTTPS-only server, silly you. Go to https:// instead." 418 } ${config.networking.hostName}.infra.noratrieb.dev {