From d2fb67d2e20584d4e432f2492ba2235c369ef4a0 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:43:53 +0200 Subject: [PATCH] oops --- newinfra/nix/modules/ingress/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {